mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1bf2d55e8a
commit
4b3d3a43dd
@ -353,9 +353,10 @@ var ImagesPrototype =
|
||||
module.ImagesPrototype = {
|
||||
//version: '3.1',
|
||||
|
||||
|
||||
get length(){
|
||||
return Object.keys(this).length },
|
||||
return Object.keys(this).length
|
||||
// XXX is this the correct way to deal with service props???
|
||||
+ (this.hasOwnProperty('version') ? -1 : 0) },
|
||||
|
||||
// Generic iterators...
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user