forked from haltu/muuri
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Apr 21, 2019
1 parent
292bef3
commit 7161d18
Showing
10 changed files
with
85 additions
and
418 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"printWidth": 100, | ||
"singleQuote": true | ||
} | ||
} |
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,19 +1,19 @@ | ||
/** | ||
* Muuri v0.8.0 | ||
* https://github.com/haltu/muuri | ||
* Copyright (c) 2015-present, Haltu Oy | ||
* Released under the MIT license | ||
* https://github.com/haltu/muuri/blob/master/LICENSE.md | ||
* @license MIT | ||
* | ||
* Muuri Packer | ||
* Copyright (c) 2016-present, Niklas Rämö <[email protected]> | ||
* @license MIT | ||
* | ||
* Muuri Ticker / Muuri Emitter / Muuri Queue | ||
* Copyright (c) 2018-present, Niklas Rämö <[email protected]> | ||
* @license MIT | ||
*/ | ||
* Muuri v0.8.0 | ||
* https://github.com/haltu/muuri | ||
* Copyright (c) 2015-present, Haltu Oy | ||
* Released under the MIT license | ||
* https://github.com/haltu/muuri/blob/master/LICENSE.md | ||
* @license MIT | ||
* | ||
* Muuri Packer | ||
* Copyright (c) 2016-present, Niklas Rämö <[email protected]> | ||
* @license MIT | ||
* | ||
* Muuri Ticker / Muuri Emitter / Muuri Queue | ||
* Copyright (c) 2018-present, Niklas Rämö <[email protected]> | ||
* @license MIT | ||
*/ | ||
|
||
(function (global, factory) { | ||
if (typeof exports === 'object' && typeof module !== 'undefined') { | ||
|
@@ -6170,6 +6170,12 @@ | |
return target; | ||
} | ||
|
||
// TODO: | ||
// - Use imports/exports in node | ||
// - Try to get rid of Queue (replace with Emitter if possible) | ||
// - Try to finish up custom dragging (and check if Hammer is causing the drag | ||
// slowdown on 200+ elements) | ||
|
||
return Grid; | ||
|
||
})); |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.