Commit Graph

8 Commits

Author SHA1 Message Date
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Florian Wagner
9d6ade6fe2 Fix class export, Add additional module
Fixes the class export for development with IntelliJ, adds a additional module for bower_component naming compatibility.
2015-11-11 14:54:41 +01:00
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