mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-22 18:30:43 +00:00
Fixed a typo that caused non-IE configurations to stop spriting images.
Reviewed by me.
This commit is contained in:
@@ -65,7 +65,7 @@ Environment.prototype.spritesImagesAsMHTML = function()
|
||||
|
||||
Environment.prototype.setSpritesImagesAsDataURLs = function(/*Boolean*/ shouldSpriteImagesAsDataURLs)
|
||||
{
|
||||
this._setSpritesImagesAsDataURLs = !!shouldSpriteImagesAsDataURLs;
|
||||
this._spritesImagesAsDataURLs = !!shouldSpriteImagesAsDataURLs;
|
||||
}
|
||||
|
||||
Environment.prototype.spritesImagesAsDataURLs = function()
|
||||
|
||||
Reference in New Issue
Block a user