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
@@ -15,7 +15,7 @@ class InheritanceTest extends BuddySuite {
var bp:BindableParent;
var callNum:Int;
before(function () {
beforeEach(function () {
b = new BindableChild();
bp = new BindableParent();
callNum = 0;