mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
some tweaking and minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
45eadeff76
commit
64d8273529
@ -903,6 +903,7 @@ var CollectionActions = actions.Actions({
|
|||||||
//this.collections[collection].data.join(align, data || this.data.clone())
|
//this.collections[collection].data.join(align, data || this.data.clone())
|
||||||
var res = (data || this.data)
|
var res = (data || this.data)
|
||||||
.clone()
|
.clone()
|
||||||
|
.clear('unloaded')
|
||||||
.join(align, target)
|
.join(align, target)
|
||||||
|
|
||||||
var rorder = res.order.slice().reverse()
|
var rorder = res.order.slice().reverse()
|
||||||
@ -1390,8 +1391,8 @@ module.Collection = core.ImageGridFeatures.Feature({
|
|||||||
|
|
||||||
data = data || this.data
|
data = data || this.data
|
||||||
|
|
||||||
(!data || data.ribbon_order.length > 1)
|
;(!data || data.ribbon_order.length > 1)
|
||||||
&& that.markChanged(
|
&& this.markChanged(
|
||||||
'collection: '
|
'collection: '
|
||||||
+JSON.stringify(collection.gid || title),
|
+JSON.stringify(collection.gid || title),
|
||||||
['data'])
|
['data'])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user