Removing quotes from easystarjs type definition classname.

This commit is contained in:
Craig Leinoff
2015-12-24 16:33:00 -05:00
parent 1da639a106
commit 58dceb923b
+2 -2
View File
@@ -6,7 +6,7 @@
easystarjs.d.ts may be freely distributed under the MIT license.
*/
declare module "easystarjs"
declare module easystarjs
{
class js
{
@@ -31,4 +31,4 @@ declare module "easystarjs"
}
}