Skip to content

Commit

Permalink
Update vendors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Mar 24, 2013
1 parent 5d19b9b commit 49bcee6
Show file tree
Hide file tree
Showing 13 changed files with 920 additions and 597 deletions.
3 changes: 2 additions & 1 deletion build/minify.js
Expand Up @@ -26,7 +26,7 @@
var closureId = 'a95a8007892aa824ce90c6aa3d3abb0489bf0fff'; var closureId = 'a95a8007892aa824ce90c6aa3d3abb0489bf0fff';


/** The Git object ID of `uglifyjs.tar.gz` */ /** The Git object ID of `uglifyjs.tar.gz` */
var uglifyId = '548bf495606eb4046c4573b1107f0225e274e1e1'; var uglifyId = '41308bd569db41a32d4f08af115875d0342e8bfb';


/** The path of the directory that is the base of the repository */ /** The path of the directory that is the base of the repository */
var basePath = fs.realpathSync(path.join(__dirname, '..')); var basePath = fs.realpathSync(path.join(__dirname, '..'));
Expand Down Expand Up @@ -455,6 +455,7 @@
toplevel.figure_out_scope(); toplevel.figure_out_scope();
toplevel = toplevel.transform(uglifyJS.Compressor({ toplevel = toplevel.transform(uglifyJS.Compressor({
'comparisons': false, 'comparisons': false,
'unsafe': true,
'unsafe_comps': true, 'unsafe_comps': true,
'warnings': false 'warnings': false
})); }));
Expand Down
4 changes: 2 additions & 2 deletions vendor/backbone/LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Copyright (c) 2010-2013 Jeremy Ashkenas, DocumentCloud


Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation
Expand All @@ -19,4 +19,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE. OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 49bcee6

Please sign in to comment.