Merge pull request #5591 from vvakame/fix-vortex-web-client

fix vortex-web-client/vortex-web-client.d.ts
This commit is contained in:
Masahiro Wakame
2015-08-28 23:55:50 +09:00
+1 -4
View File
@@ -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;