Skip to content

Commit

Permalink
* add 'before' API to board.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jul 28, 2015
1 parent 3fa1f3c commit 0278269
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/lib/board/zui.board.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/lib/board/zui.board.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ZUI - v1.3.2 - 2015-05-26
* ZUI - v1.3.2 - 2015-07-28
* https://zui.sexy
* GitHub: https://github.com/easysoft/zui.git
* Copyright (c) 2015 cnezsoft.com; Licensed MIT
Expand Down Expand Up @@ -109,6 +109,7 @@

items.droppable(
{
before: setting.before,
target: '.board-item:not(".disable-drop, .board-item-shadow")',
flex: true,
start: function(e)
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/board/zui.board.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lib/board/zui.board.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/js/boards.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@

items.droppable(
{
before: setting.before,
target: '.board-item:not(".disable-drop, .board-item-shadow")',
flex: true,
start: function(e)
Expand Down

0 comments on commit 0278269

Please sign in to comment.