Resize all loaded views to prevent left/right overlapping center.
[Hacks.git] / hacks / Hack.js
1 /* Copyright 2011 The Dominion of Awesome
2  * See COPYING for licensing information */
3 enyo.kind({
4         name: "Hack",
5         kind: "VFlexBox",
6         stop: function() {
7         },
8         start: function() {
9         },
10         resize: function() {
11         },
12         hidden: function() {
13         }
14 });