Appease linter.

This commit is contained in:
Daniel Rosenwasser
2016-02-23 14:12:22 -08:00
parent cfb5634de1
commit 804e8b9abf
+2 -2
View File
@@ -239,8 +239,8 @@ namespace ts {
function isJSONSupported() {
return typeof JSON === "object" && typeof JSON.parse === "function";
}
function isWatchSet(options: CompilerOptions) {
function isWatchSet(options: CompilerOptions) {
// Firefox has Object.prototype.watch
return options.watch && options.hasOwnProperty("watch");
}