update to latest buddy support

This commit is contained in:
Dima Granetchi
2017-02-02 17:44:10 +03:00
parent 90957d5fcf
commit f4d1f1fc79
10 changed files with 18 additions and 31 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class ExprBindTest extends BuddySuite {
var callNum:Int;
var from:String;
var target:{a:String};
before(function () {
beforeEach(function () {
target = {a:null};
from = null;
callNum = 0;