Update vendors.

Former-commit-id: cdd10877e964b62eb73747fbaec5f7eda6ace599
This commit is contained in:
John-David Dalton
2012-11-17 23:50:15 -08:00
parent 155f0a9736
commit ca7f36506c
5 changed files with 14 additions and 9 deletions

View File

@@ -561,7 +561,7 @@
});
});
asyncTest('debug custom', function () {
asyncTest('debug custom', function() {
var start = _.once(QUnit.start);
build(['-d', '-s', 'backbone'], function(source, filePath) {
equal(path.basename(filePath, '.js'), 'lodash.custom');
@@ -577,7 +577,7 @@
});
});
asyncTest('minified custom', function () {
asyncTest('minified custom', function() {
var start = _.once(QUnit.start);
build(['-m', '-s', 'backbone'], function(source, filePath) {
equal(path.basename(filePath, '.js'), 'lodash.custom.min');