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

@@ -60,7 +60,7 @@
['Windows 7', 'internet explorer', '8']
];
}
// platforms for backbone tests
// platforms for Backbone tests
if (isBackbone) {
platforms = platforms.filter(function(platform) {
var browser = platform[1],