mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
updated aliases...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
00ec10a335
commit
ea39e62329
@ -33,7 +33,9 @@ module.Alias = core.ImageGridFeatures.Feature({
|
|||||||
function(_, alias, target){
|
function(_, alias, target){
|
||||||
console.log(alias, target)
|
console.log(alias, target)
|
||||||
// remove alias...
|
// remove alias...
|
||||||
if(target === null || target === false){
|
// XXX is this test enough??? ...see ActionSet.alias(..)
|
||||||
|
if(arguments.length == 3
|
||||||
|
&& (target === null || target === false)){
|
||||||
var aliases = this.config.aliases || {}
|
var aliases = this.config.aliases || {}
|
||||||
|
|
||||||
delete aliases[alias]
|
delete aliases[alias]
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
"fs-walk": "^0.0.1",
|
"fs-walk": "^0.0.1",
|
||||||
"glob": "^4.0.6",
|
"glob": "^4.0.6",
|
||||||
"guarantee-events": "^1.0.0",
|
"guarantee-events": "^1.0.0",
|
||||||
"ig-actions": "^3.5.1",
|
"ig-actions": "^3.5.2",
|
||||||
"ig-features": "^3.2.6",
|
"ig-features": "^3.2.6",
|
||||||
"ig-object": "^1.0.1",
|
"ig-object": "^1.0.1",
|
||||||
"openseadragon": "^2.3.0",
|
"openseadragon": "^2.3.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user