PolymerElements / app-storage

Data-pipes and specialized services
61 stars 47 forks source link

Addresses incorrect access of current script. #66

Closed cdata closed 8 years ago

cdata commented 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.

Fixes #43

notwaldorf commented 8 years ago

oh yeah :shipit: yay

sophieH29 commented 8 years ago

Yoohoo! Thank you!