OSDN Git Service

new Function 中から呼ばれる関数やプロパティは固定文字列で結び付けておく(ADVANCED_OPTIMIZATION 対応)
[flapp/flapp.git] / src / loader.js
index 1c85ef1..f2009b1 100644 (file)
@@ -86,7 +86,7 @@ FlappLoader.prototype = {
                 var jpeg = FlappBitmap.toJpeg(tag.jpegData, jpegTables);
                 var image = new Image();
                 image.src = "data:image/jpeg;base64," + goog.global.btoa(jpeg);
-                tag.image = image;
+               tag['image'] = tag.image = image; // for closure compilre
                 dict.set(tag.id, tag);
                 break;
             case 8: // JPEGTables