mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3aa4dd52f1
commit
c4c82b65a9
@ -757,7 +757,7 @@ module.MetaActions = {
|
||||
// handler cache... XXX EXPERIMENTAL...
|
||||
var cache = this.__handler_cache
|
||||
if(cache && cache[name]){
|
||||
return cache[name]
|
||||
return cache[name].slice()
|
||||
}
|
||||
|
||||
// get the handlers...
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user