mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 09:50:10 +00:00
updated introspection a bit...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fa54132b48
commit
3c8df8eaf2
@ -1019,7 +1019,8 @@ object.Constructor('Action', {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// make introspection be a bit better...
|
// make introspection be a bit better...
|
||||||
meth.toString = func.toString.bind(func)
|
meth.toString = function(){
|
||||||
|
return normalizeTabs(func.toString()) }
|
||||||
|
|
||||||
// setup attrs...
|
// setup attrs...
|
||||||
Object.assign(meth, attrs)
|
Object.assign(meth, attrs)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-actions",
|
"name": "ig-actions",
|
||||||
"version": "3.24.5",
|
"version": "3.24.6",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "actions.js",
|
"main": "actions.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user