DefinitelyTyped/jsuri
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
..
jsuri-tests.ts Add tests for jsUri 2015-05-05 14:12:02 -04:00
jsuri.d.ts jsuri: need to declare global Uri as type instead of var 2015-05-07 11:16:20 -04:00