Skip to content

Commit

Permalink
Backbone 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 9, 2010
1 parent 1e0986b commit f22d77a
Show file tree
Hide file tree
Showing 6 changed files with 356 additions and 173 deletions.
40 changes: 22 additions & 18 deletions backbone-min.js

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

4 changes: 2 additions & 2 deletions backbone.js
@@ -1,4 +1,4 @@
// Backbone.js 0.2.0
// Backbone.js 0.3.0
// (c) 2010 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.
// For all details and documentation:
Expand All @@ -19,7 +19,7 @@
}

// Current version of the library. Keep in sync with `package.json`.
Backbone.VERSION = '0.2.0';
Backbone.VERSION = '0.3.0';

// Require Underscore, if we're on the server, and it's not already present.
var _ = this._;
Expand Down

0 comments on commit f22d77a

Please sign in to comment.