mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
fixed a typo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
26d79e318e
commit
b774788c34
@ -1116,7 +1116,7 @@ Object.get = function(obj, name, dfl){
|
|||||||
//
|
//
|
||||||
// NOTE: this will not compact in-place.
|
// NOTE: this will not compact in-place.
|
||||||
Array.prototype.compact = function(){
|
Array.prototype.compact = function(){
|
||||||
return list.filter(function(){ return true })
|
return this.filter(function(){ return true })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user