This commit is contained in:
Dima Granetchi
2015-01-02 18:50:30 +02:00
parent 8c68e9d7b2
commit 316e672186
2 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -92,10 +92,10 @@ class ChainBindTest extends BuddySuite {
BindExt.expr(b.c.c.f("tada"), function (f, t) {
t.should.not.be(null);
});
BindExt.expr(b.c.c, function (f, t) {
BindExt.chain(b.c.c, function (f, t) {
t.should.not.be(null);
});
BindExt.expr(b.c, function (f, t) {
BindExt.chain(b.c, function (f, t) {
t.should.not.be(null);
});