8000 Update vendors. · lodash/lodash@2705a48 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2705a48

Browse files
committed
Update vendors.
Former-commit-id: b1b94d80548df89b3ce0ddd71b1e938f31666052
1 parent 850c253 commit 2705a48

File tree

12 files changed

+920
-597
lines changed

12 files changed

+920
-597
lines changed

build/minify.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
var closureId = 'a95a8007892aa824ce90c6aa3d3abb0489bf0fff';
2727

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

3131
/** The path of the directory that is the base of the repository */
3232
var basePath = fs.realpathSync(path.join(__dirname, '..'));
@@ -455,6 +455,7 @@
455455
toplevel.figure_out_scope();
456456
toplevel = toplevel.transform(uglifyJS.Compressor({
457457
'comparisons': false,
458+
'unsafe': true,
458459
'unsafe_comps': true,
459460
'warnings': false
460461
}));

vendor/backbone/LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2012 Jeremy Ashkenas, DocumentCloud
1+
Copyright (c) 2010-2013 Jeremy Ashkenas, DocumentCloud
22

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

0 commit comments

Comments
 (0)
0