update to latest buddy support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user