Skip to content

Commit

Permalink
#2 losted argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Jun 3, 2013
1 parent 76b92cd commit 1f9e89c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/main/TestFunctionBind.hx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ class TestFunctionBind extends AbstractBindxTest
}

public function testUnbind() {
var v = createFunctionValue();
var obj = {};
var v = createFunctionValue(obj);

var bindingDispatched = 0;

Expand Down

0 comments on commit 1f9e89c

Please sign in to comment.