mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20: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...
|
||||
base._removeDuplicates()
|
||||
base.removeDuplicateGIDs()
|
||||
|
||||
return base
|
||||
},
|
||||
@ -969,7 +969,7 @@ var DataPrototype = {
|
||||
// romove duplicate gids form data...
|
||||
//
|
||||
// NOTE: this is slow-ish
|
||||
_removeDuplicateGIDs: function(lst){
|
||||
removeDuplicateGIDs: function(lst){
|
||||
this.removeDuplicates(this.order)
|
||||
this.sortImages()
|
||||
return this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user