mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
some minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
af6bc5a603
commit
3c0fd893c0
@ -104,6 +104,9 @@ actions.Actions({
|
|||||||
set data(value){
|
set data(value){
|
||||||
this.__data = value },
|
this.__data = value },
|
||||||
|
|
||||||
|
get length(){
|
||||||
|
return this.data.length },
|
||||||
|
|
||||||
// Base ribbon...
|
// Base ribbon...
|
||||||
get base(){
|
get base(){
|
||||||
return this.data.base },
|
return this.data.base },
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
"glob": "^4.0.6",
|
"glob": "^4.0.6",
|
||||||
"guarantee-events": "^1.0.0",
|
"guarantee-events": "^1.0.0",
|
||||||
"ig-features": "^2.0.0",
|
"ig-features": "^2.0.0",
|
||||||
"ig-actions": "^2.0.0",
|
"ig-actions": "^3.0.0",
|
||||||
"ig-object": "^1.0.1",
|
"ig-object": "^1.0.1",
|
||||||
"openseadragon": "^2.1.0",
|
"openseadragon": "^2.1.0",
|
||||||
"requirejs": "^2.1.23",
|
"requirejs": "^2.1.23",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user