Backbone.js 0.5.1

This commit is contained in:
Jeremy Ashkenas
2011-07-05 09:59:15 -04:00
parent d2e79e5a84
commit 36dddfbe06
4 changed files with 36 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
// Backbone.js 0.5.0
// Backbone.js 0.5.1
// (c) 2010 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.
// For all details and documentation:
@@ -25,7 +25,7 @@
}
// Current version of the library. Keep in sync with `package.json`.
Backbone.VERSION = '0.5.0';
Backbone.VERSION = '0.5.1';
// Require Underscore, if we're on the server, and it's not already present.
var _ = root._;