mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge branch 'master' into tsc-1.6
This commit is contained in:
Vendored
+1
-2
@@ -98,5 +98,4 @@ declare module loglevel {
|
||||
export function noConflict():any;
|
||||
}
|
||||
|
||||
declare
|
||||
var log:typeof loglevel;
|
||||
declare var log:typeof loglevel;
|
||||
|
||||
+1
-4
@@ -482,7 +482,4 @@ declare module DDS {
|
||||
* Defines the core Vortex-Web-Client javascript library. It includes the JavaScript API for DDS. This API allows
|
||||
* web applications to share data among them as well as with native DDS applications.
|
||||
*/
|
||||
declare
|
||||
var dds:typeof DDS;
|
||||
|
||||
|
||||
declare var dds:typeof DDS;
|
||||
|
||||
Reference in New Issue
Block a user