Skip to content

Commit e61064e

Browse files
author
David Gillen
committed
Fix #956
1 parent d32f38a commit e61064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/easeljs/display/DisplayObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ this.createjs = this.createjs||{};
895895
* @return {String} The image data url for the cache.
896896
**/
897897
p.getCacheDataURL = function() {
898-
return this.bitmapCache?this.bitmapCache.getDataURL():null;
898+
return this.bitmapCache?this.bitmapCache.getCacheDataURL():null;
899899
};
900900

901901
/**

0 commit comments

Comments
 (0)