Update less.d.ts

Remove quotes as this isn't recognised by typescript in VS 2013 Update 4
This commit is contained in:
David Teasdale
2014-12-12 16:28:14 +00:00
parent 017cb72c29
commit 1638b4f97c

2
less/less.d.ts vendored
View File

@@ -3,7 +3,7 @@
// Definitions by: AndrewGaspar <https://github.com/AndrewGaspar>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "less" {
declare module less {
class LessError {
constructor(e: Error, env);