From: Chip Black Date: Mon, 12 Sep 2011 04:49:52 +0000 (-0500) Subject: Fix Munch size change X-Git-Tag: v1.1.0~9 X-Git-Url: http://git.bytex64.net/?a=commitdiff_plain;h=4d642d85e904ae1ee568d7b493bb045ba3c25460;hp=695e5b0740f3dfa383b71102fe79738b113bed0b;p=Hacks.git Fix Munch size change --- diff --git a/hacks/Munch/Munch.js b/hacks/Munch/Munch.js index aa858ce..7c75a50 100644 --- a/hacks/Munch/Munch.js +++ b/hacks/Munch/Munch.js @@ -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; } },