mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 09:50:10 +00:00
monor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bb497e5492
commit
2ee7d40ff2
@ -719,8 +719,8 @@ function Action(name, doc, ldoc, attrs, func){
|
||||
meth.toString = func.toString.bind(func)
|
||||
|
||||
// setup attrs...
|
||||
Object.keys(attrs)
|
||||
.forEach(function(k){ meth[k] = attrs[k] })
|
||||
Object.assign(meth, attrs)
|
||||
Object.assign(func, attrs)
|
||||
|
||||
return meth
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "3.24.1",
|
||||
"version": "3.24.2",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user