Skip to content

Commit

Permalink
Backbone.js 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jan 30, 2012
1 parent 8ce8753 commit 5ce976b
Show file tree
Hide file tree
Showing 7 changed files with 727 additions and 451 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2010-2011 Jeremy Ashkenas, DocumentCloud
Copyright (c) 2010-2012 Jeremy Ashkenas, DocumentCloud

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
35 changes: 35 additions & 0 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.5.3
// Backbone.js 0.9.0
// (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.
// For all details and documentation:
Expand Down Expand Up @@ -31,7 +31,7 @@
}

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

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

0 comments on commit 5ce976b

Please sign in to comment.