Skip to content

Commit

Permalink
added NONE layout method
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmeister committed Aug 29, 2012
1 parent 7bb9c78 commit e1470ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ $wb.ui.layout.Fill = function() {

};

$wb.ui.layout.None = function() {

}

$wb.ui.layout.GridBag = function() {

Expand Down

0 comments on commit e1470ec

Please sign in to comment.