Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit 735d02d

Browse files
committed
Remove version from preamble
1 parent 20240a8 commit 735d02d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/preamble.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ var $ = Backbone.$;
4343

4444
var Backgrid = root.Backgrid = {
4545

46-
VERSION: "0.3.0",
47-
4846
Extension: {},
4947

5048
resolveNameToClass: function (name, suffix) {
@@ -148,4 +146,3 @@ _.extend(Command.prototype, {
148146
this.moveRight() || this.save() || this.cancel());
149147
}
150148
});
151-

0 commit comments

Comments
 (0)