mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 18:40:08 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
af5acbd97e
commit
3eabbdbbef
@ -6,8 +6,8 @@
|
||||
* ...if yes then it would also be logical to move Object.run(..) here
|
||||
*
|
||||
**********************************************************************/
|
||||
((typeof define)[0]=='u'?function(f){module.exports=f(require)}:define)(
|
||||
function(require){ var module={} // makes module AMD/node compatible...
|
||||
((typeof define)[0]=='u'?function(f){module.exports=f(require)}:define)
|
||||
(function(require){ var module={} // make module AMD/node compatible...
|
||||
/*********************************************************************/
|
||||
// Helpers...
|
||||
|
||||
@ -496,8 +496,7 @@ function Constructor(name, a, b){
|
||||
enumerable: false,
|
||||
})
|
||||
|
||||
return _constructor
|
||||
}
|
||||
return _constructor }
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user