-
-
Notifications
You must be signed in to change notification settings - Fork 643
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Niklas Rämö
committed
Oct 27, 2017
1 parent
bd476c5
commit df2de4a
Showing
6 changed files
with
929 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ website | |
/website | ||
/demos | ||
*.log | ||
*.env | ||
*.env | ||
*.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* Muuri v0.5.0-dev | ||
* Muuri v0.5.0 | ||
* https://github.com/haltu/muuri | ||
* Copyright (c) 2015, Haltu Oy | ||
* | ||
|
@@ -3834,9 +3834,11 @@ | |
|
||
} | ||
|
||
// Set drag class, bind scrollers and emit dragStart event. | ||
// Set drag class and bind scrollers. | ||
addClass(element, settings.itemDraggingClass); | ||
drag.bindScrollListeners(); | ||
|
||
// Emit dragStart event. | ||
grid._emit(evDragStart, item, event); | ||
|
||
return drag; | ||
|
@@ -5372,7 +5374,7 @@ | |
*/ | ||
|
||
/*! | ||
* muuriLayout v0.5.0-dev | ||
* muuriLayout v0.5.0 | ||
* Copyright (c) 2016 Niklas Rämö <[email protected]> | ||
* Released under the MIT license | ||
*/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.