We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32f38a commit e61064eCopy full SHA for e61064e
src/easeljs/display/DisplayObject.js
@@ -895,7 +895,7 @@ this.createjs = this.createjs||{};
895
* @return {String} The image data url for the cache.
896
**/
897
p.getCacheDataURL = function() {
898
- return this.bitmapCache?this.bitmapCache.getDataURL():null;
+ return this.bitmapCache?this.bitmapCache.getCacheDataURL():null;
899
};
900
901
/**
0 commit comments