mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Backbone.js 0.5.1
This commit is contained in:
@@ -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._;
|
||||
|
||||
Reference in New Issue
Block a user