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
+2 -2
View File
@@ -18,8 +18,8 @@ class ChainBindTest extends BuddySuite {
var b:BindableChain;
var callNum:Int;
var target:{a:String};
before(function () {
beforeEach(function () {
from = null;
val = "a";
b = new BindableChain(4);