This website requires JavaScript.
Explore
Help
Sign In
mikegerwitz
/
coope
Watch
1
Star
0
Fork
You've already forked coope
0
Code
Releases
Activity
639674b12c
coope
/
lst
/
new-global-fix.js
7 lines
167 B
JavaScript
Raw
Blame
History
if
(
!
(
this
instanceof
ctor
)
)
{
return
new
ctor
.
apply
(
null
,
arguments
)
;
}
View Git Blame
Copy Permalink