Tweak test filters for backbone and underscore.

This commit is contained in:
John-David Dalton
2013-11-05 08:36:02 -08:00
parent b76aa926f6
commit 2e485b9ac5
3 changed files with 16 additions and 3 deletions

View File

@@ -45,6 +45,7 @@
}
};
// only skip `Backbone.Router` tests in IE < 8
if (!(document.attachEvent && (document.documentMode || 0) < 8)) {
delete skipped['Backbone.Router'];
}