cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-29 21:15:46 +03:00
parent af5acbd97e
commit 3eabbdbbef

View File

@ -6,8 +6,8 @@
* ...if yes then it would also be logical to move Object.run(..) here * ...if yes then it would also be logical to move Object.run(..) here
* *
**********************************************************************/ **********************************************************************/
((typeof define)[0]=='u'?function(f){module.exports=f(require)}:define)( ((typeof define)[0]=='u'?function(f){module.exports=f(require)}:define)
function(require){ var module={} // makes module AMD/node compatible... (function(require){ var module={} // make module AMD/node compatible...
/*********************************************************************/ /*********************************************************************/
// Helpers... // Helpers...
@ -496,8 +496,7 @@ function Constructor(name, a, b){
enumerable: false, enumerable: false,
}) })
return _constructor return _constructor }
}