mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +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){
|
||||
console.log(alias, target)
|
||||
// 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 || {}
|
||||
|
||||
delete aliases[alias]
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
"fs-walk": "^0.0.1",
|
||||
"glob": "^4.0.6",
|
||||
"guarantee-events": "^1.0.0",
|
||||
"ig-actions": "^3.5.1",
|
||||
"ig-actions": "^3.5.2",
|
||||
"ig-features": "^3.2.6",
|
||||
"ig-object": "^1.0.1",
|
||||
"openseadragon": "^2.3.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user