Fix Munch size change
authorChip Black <bytex64@bytex64.net>
Mon, 12 Sep 2011 04:49:52 +0000 (23:49 -0500)
committerChip Black <bytex64@bytex64.net>
Mon, 12 Sep 2011 04:49:52 +0000 (23:49 -0500)
hacks/Munch/Munch.js

index aa858ce..7c75a50 100644 (file)
@@ -52,6 +52,9 @@ enyo.kind({
                if (this.displayStyle == 0) {
                        this.display.width = this.w = w;
                        this.display.height = this.h = h;
+               } else {
+                       this.display.width = 512;
+                       this.display.height = 512;
                }
        },