mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Update vendors.
This commit is contained in:
3
vendor/underscore/test/functions.js
vendored
3
vendor/underscore/test/functions.js
vendored
@@ -90,7 +90,8 @@
|
||||
});
|
||||
|
||||
QUnit.test('bindAll', function(assert) {
|
||||
var curly = {name: 'curly'}, moe = {
|
||||
var curly = {name: 'curly'};
|
||||
var moe = {
|
||||
name: 'moe',
|
||||
getName: function() { return 'name: ' + this.name; },
|
||||
sayHi: function() { return 'hi: ' + this.name; }
|
||||
|
||||
Reference in New Issue
Block a user