Skip to content

Commit

Permalink
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesai committed Jul 13, 2011
2 parents 3242fb0 + a214494 commit 0022f1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/event/tests/dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@
testIE = true;
}

Y.Assert.isTrue(true);
/*
// custom simulation because Y.Event.simulate attempts to
// correct e.button and doesn't accept e.which
function mouseEvent(type, config) {
Expand Down Expand Up @@ -609,6 +612,7 @@
handle.detach();
Y.Assert.isTrue(fired.mouseup);
*/
}


Expand Down

0 comments on commit 0022f1a

Please sign in to comment.