mde / timezone-js

DEPRECATED: Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data.
824 stars 183 forks source link

Update date.js . Problem if someone override $ symbol, and it is not jQuery. #183

Closed krylovsentry closed 7 years ago

krylovsentry commented 7 years ago

For example if we use both jquery and prototype.js, prototype can override jquery's symbol $, and we fail with error 'Please use the Fleegix.js XHR module, jQuery ajax, Zepto ajax, or define your own transport mechanism for downloading zone files.'

mde commented 7 years ago

Thanks!