Skip to content

Commit 86d21ce

Browse files
committed
manageStamps when prepending; fixes desandro/masonry#403
1 parent bb54095 commit 86d21ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "outlayer",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "the brains and guts of a layout library",
55
"main": [
66
"item.js",

outlayer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Outlayer v1.1.7
2+
* Outlayer v1.1.8
33
* the brains and guts of a layout library
44
*/
55

@@ -729,6 +729,7 @@ Outlayer.prototype.prepended = function( elems ) {
729729
this.items = items.concat( previousItems );
730730
// start new layout
731731
this._resetLayout();
732+
this._manageStamps();
732733
// layout new stuff without transition
733734
this.layoutItems( items, true );
734735
this.reveal( items );

0 commit comments

Comments
 (0)