Fixed a missing export

This commit is contained in:
kerug
2014-05-21 23:56:08 +09:00
parent 11a62f84e9
commit 8098f66b4a
+1 -1
View File
@@ -70,7 +70,7 @@ declare module dcodeIO {
}
// for browser
var Long:LongStatic;
export var Long:LongStatic;
}
interface Long extends dcodeIO.Long {