Skip to content

Commit

Permalink
Implemented max_size_x from Shopify/dashing#339
Browse files Browse the repository at this point in the history
  • Loading branch information
tomws committed Apr 1, 2015
1 parent 8dedfdd commit 0c5dd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/javascripts/application.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Dashing.on 'ready', ->
widget_margins: Dashing.widget_margins
widget_base_dimensions: Dashing.widget_base_dimensions
avoid_overlapped_widgets: !Dashing.customGridsterLayout
max_size_x: Dashing.numColumns
draggable:
stop: Dashing.showGridsterInstructions
start: -> Dashing.currentWidgetPositions = Dashing.getWidgetPositions()

0 comments on commit 0c5dd20

Please sign in to comment.