Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Fixed deprecated attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
kdietrich committed Aug 17, 2016
1 parent d1055c9 commit 7285d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ <h1>gridstack-angular demo</h1>
$scope.widgets = [{ x:0, y:0, width:1, height:1 }, { x:0, y:0, width:3, height:1 }];

$scope.options = {
cell_height: 200,
vertical_margin: 10
cellHeight: 200,
verticalMargin: 10
};

$scope.addWidget = function() {
Expand Down

0 comments on commit 7285d16

Please sign in to comment.