some minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-18 23:12:27 +03:00
parent af6bc5a603
commit 3c0fd893c0
2 changed files with 4 additions and 1 deletions

View File

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

View File

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