Merge pull request #2459 from chaser92/master

Added quotes so that it compiles with Node.js
This commit is contained in:
Basarat Ali Syed
2014-07-06 22:46:56 +10:00
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -129,7 +129,3 @@ declare module chai {
//browser global
declare var assert:chai.Assert;
declare module 'chai' {
export = chai;
}
+4
View File
@@ -162,3 +162,7 @@ declare module chai {
(constructor: Function, expected?: RegExp, message?: string): Expect;
}
}
declare module "chai" {
export = chai;
}