This commit is contained in:
mokhov
2015-07-09 22:09:37 +03:00
parent dc57804bab
commit fc18464f2a
7 changed files with 74 additions and 3 deletions

View File

@@ -63,7 +63,6 @@ modules.define('test', ['y-extend'], function (provide, extend) {
extend(true, target, obj);
target.date.should.eq(obj.date);
target.div.should.eq(obj.div);
target.window.should.eq(obj.window);
});
});
});