diff --git a/Objective-J/CFBundle.js b/Objective-J/CFBundle.js index ff4468627..dcb166aab 100644 --- a/Objective-J/CFBundle.js +++ b/Objective-J/CFBundle.js @@ -519,7 +519,8 @@ function CFBundleNotifySpriteSupportListeners() function CFBundleTestSpriteTypes(/*Array*/ spriteTypes) { - if (spriteTypes.length < 2) + // If we don't support Images, then clearly we don't support sprites. + if (!("Image" in global) || spriteTypes.length < 2) { CFBundleSupportedSpriteType = CFBundleNoSpriteType; CFBundleNotifySpriteSupportListeners();