mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-29 02:10:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f43a5cf748
commit
3aa4dd52f1
@ -1093,7 +1093,8 @@ module.MetaActions = {
|
|||||||
descriptors = descriptors || true
|
descriptors = descriptors || true
|
||||||
all_attr_types = all_attr_types || false
|
all_attr_types = all_attr_types || false
|
||||||
|
|
||||||
(this.resetHandlerCache || MetaActions.resetHandlerCache).call(this)
|
resetHandlerCache = (this.resetHandlerCache || MetaActions.resetHandlerCache)
|
||||||
|
resetHandlerCache.call(this)
|
||||||
|
|
||||||
if(all){
|
if(all){
|
||||||
var keys = []
|
var keys = []
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-actions",
|
"name": "ig-actions",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "actions.js",
|
"main": "actions.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user