mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-11 13:17:13 +00:00
Merge remote branch 'refs/remotes/280north/master'
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user