Skip to content

Commit

Permalink
fix component tc
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jun 20, 2014
1 parent e0e67bb commit 3cc448a
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -11,7 +11,12 @@ function invalidNode(n) {

describe("delegate children works", function () {
var MyContainer = Container.extend([DelegateChildrenExtension], {}, {
xclass: 'MyContainer'
xclass: 'MyContainer',
ATTRS: {
handleGestureEvents: {
value: true
}
}
});

it("should attach its methods", function () {
Expand Down

0 comments on commit 3cc448a

Please sign in to comment.