Fix tslint warnings.

This commit is contained in:
Hristo Deshev
2015-06-05 16:06:29 +03:00
parent 748b4f1c99
commit 7ce98a75e4
3 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
/* tslint:disable */
// Type definitions for chai 1.7.2 // Type definitions for chai 1.7.2
// Project: http://chaijs.com/ // Project: http://chaijs.com/

View File

@ -1,3 +1,5 @@
/* tslint:disable */
// Type definitions for mocha 1.17.1 // Type definitions for mocha 1.17.1
// Project: http://visionmedia.github.io/mocha/ // Project: http://visionmedia.github.io/mocha/
// Definitions by: Kazi Manzur Rashid <https://github.com/kazimanzurrashid/>, otiai10 <https://github.com/otiai10> // Definitions by: Kazi Manzur Rashid <https://github.com/kazimanzurrashid/>, otiai10 <https://github.com/otiai10>

View File

@ -17,7 +17,6 @@ describe("xml parser", () => {
}); });
}); });
it("handles whitespace around attribute =", () => { it("handles whitespace around attribute =", () => {
let attributes = null; let attributes = null;
let element = null; let element = null;