mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
fixed typo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fb3b70b340
commit
63fd70f73c
@ -889,7 +889,7 @@ var DataPrototype = {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// XXX this is slow-ish...
|
// XXX this is slow-ish...
|
||||||
base._removeDuplicates()
|
base.removeDuplicateGIDs()
|
||||||
|
|
||||||
return base
|
return base
|
||||||
},
|
},
|
||||||
@ -969,7 +969,7 @@ var DataPrototype = {
|
|||||||
// romove duplicate gids form data...
|
// romove duplicate gids form data...
|
||||||
//
|
//
|
||||||
// NOTE: this is slow-ish
|
// NOTE: this is slow-ish
|
||||||
_removeDuplicateGIDs: function(lst){
|
removeDuplicateGIDs: function(lst){
|
||||||
this.removeDuplicates(this.order)
|
this.removeDuplicates(this.order)
|
||||||
this.sortImages()
|
this.sortImages()
|
||||||
return this
|
return this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user