minor
This commit is contained in:
@@ -162,6 +162,10 @@ class ChainBindTest extends BuddySuite {
|
|||||||
b.c = b2;
|
b.c = b2;
|
||||||
|
|
||||||
callNum.should.be(2);
|
callNum.should.be(2);
|
||||||
|
|
||||||
|
Bind.notify(b.c.nc.nc.d, val, val = "f");
|
||||||
|
|
||||||
|
callNum.should.be(2);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("BindExt.chain should bind default fields", {
|
it("BindExt.chain should bind default fields", {
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ class ExprBindTest extends BuddySuite {
|
|||||||
inline function val() return a.str + b.str + "ab".charAt(0);
|
inline function val() return a.str + b.str + "ab".charAt(0);
|
||||||
|
|
||||||
BindExt.expr(a.str + b.str + "ab".charAt(0), function (from, to:String) {
|
BindExt.expr(a.str + b.str + "ab".charAt(0), function (from, to:String) {
|
||||||
//trace(from);
|
|
||||||
to.should.be(val());
|
to.should.be(val());
|
||||||
callNum ++;
|
callNum ++;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user