Skip to content

Commit

Permalink
Merge pull request #21 from canjs/ie-compat
Browse files Browse the repository at this point in the history
fix tests for iE11
  • Loading branch information
cherifGsoul authored Oct 23, 2018
2 parents f7f7385 + 068a072 commit ab06c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions map/map-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ QUnit.test("flushing a future batch (#18)", 3, function(){
if(typeof document !== "undefined") {
QUnit.test("can listen to DOM events", 1,function(){
var el = document.createElement("div");
document.querySelector('#qunit-fixture').appendChild(el);
var handler = function(){
QUnit.ok(true, "click dispatched");
};
Expand Down

0 comments on commit ab06c04

Please sign in to comment.