Merge pull request #7849 from aggenebbisj/master

Issue #7847 added missing quotes to fix compilation with tsc
This commit is contained in:
Masahiro Wakame
2016-01-29 14:20:42 +09:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
/// <reference path="prettyjson.d.ts" />
import prettyjson = require("prettyjson");
var options: prettyjson.RendererOptions,
input: string,
+1 -1
View File
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module prettyjson {
declare module "prettyjson" {
/**
* Defines prettyjson version