Skip to content

Commit 3cc448a

Browse files
committed
fix component tc
1 parent e0e67bb commit 3cc448a

File tree

1 file changed

+6
-1
lines changed
  • src/component/sub-modules/extension/delegate-children/tests/specs

1 file changed

+6
-1
lines changed

src/component/sub-modules/extension/delegate-children/tests/specs/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ function invalidNode(n) {
1111

1212
describe("delegate children works", function () {
1313
var MyContainer = Container.extend([DelegateChildrenExtension], {}, {
14-
xclass: 'MyContainer'
14+
xclass: 'MyContainer',
15+
ATTRS: {
16+
handleGestureEvents: {
17+
value: true
18+
}
19+
}
1520
});
1621

1722
it("should attach its methods", function () {

0 commit comments

Comments
 (0)