Skip to content

Commit

Permalink
Better Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Jun 3, 2014
1 parent 0f56b43 commit 667e300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testBindAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var vv = new (Backbone.View.extend({
initialize: function(){
var self = this;
console.log("!");
this.blah.apply({}, []);
this.blah.apply({ a: 6}, []);
var mmmmm = new this.blah();
setTimeout(this.blah, 10);

Expand Down

0 comments on commit 667e300

Please sign in to comment.