Removed newline.

This commit is contained in:
Daniel Rosenwasser
2014-12-22 14:02:40 -08:00
parent d907f99693
commit 8aefbe9a86

View File

@@ -962,7 +962,6 @@ module ts {
writeFile(filename: string, data: string, writeByteOrderMark: boolean, onError?: (message: string) => void): void;
}
export interface SourceMapSpan {
emittedLine: number; // Line number in the .js file
emittedColumn: number; // Column number in the .js file