Closed cdata closed 8 years ago
The previous implementation had a hard dependency on the Web Components polyfill, which creates a document._currentScript property. The new implementation uses document._currentScript if it is set, but also uses two fallbacks if it is not.
document._currentScript
Fixes #43
oh yeah :shipit: yay
Yoohoo! Thank you!
The previous implementation had a hard dependency on the Web Components polyfill, which creates a
document._currentScript
property. The new implementation usesdocument._currentScript
if it is set, but also uses two fallbacks if it is not.Fixes #43