fixed typo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-03-22 05:01:30 +04:00
parent fb3b70b340
commit 63fd70f73c

View File

@ -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