Skip to content

Commit

Permalink
Backbone 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 14, 2010
1 parent 8878c22 commit 184687b
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 74 deletions.
27 changes: 14 additions & 13 deletions backbone-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
var Backbone = {};

// Keep the version here in sync with `package.json`.
Backbone.VERSION = '0.1.0';
Backbone.VERSION = '0.1.1';

// Export for both CommonJS and the browser.
(typeof exports !== 'undefined' ? exports : this).Backbone = Backbone;
Expand Down
Loading

0 comments on commit 184687b

Please sign in to comment.