Commit Graph

4 Commits

Author SHA1 Message Date
Chris Charabaruk
2863587680 jsuri: need to declare global Uri as type instead of var
Declaring the global Uri as a var instead of as a type leads to runtime
errors as the jsuri script leaks Uri to global directly when not loaded
via AMD or CommonJS, instead of leaking a jsuri module object.

Developers working with jsuri in the global namespace need to use Uri
directly instead of prfacing with jsuri in order to avoid runtime issues
with 'jsuri' being undefined.
2015-05-07 11:16:20 -04:00
Chris Charabaruk
bf45415511 Update jsUri definitions to pass tests 2015-05-05 14:12:22 -04:00
Chris Charabaruk
a86a44b28a Add tests for jsUri 2015-05-05 14:12:02 -04:00
Chris Charabaruk
89882db5c0 Added type bindings for jsUri library 2015-05-05 13:38:42 -04:00