mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-30 02:40:10 +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...
|
// handler cache... XXX EXPERIMENTAL...
|
||||||
var cache = this.__handler_cache
|
var cache = this.__handler_cache
|
||||||
if(cache && cache[name]){
|
if(cache && cache[name]){
|
||||||
return cache[name]
|
return cache[name].slice()
|
||||||
}
|
}
|
||||||
|
|
||||||
// get the handlers...
|
// get the handlers...
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-actions",
|
"name": "ig-actions",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "actions.js",
|
"main": "actions.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user