diff --git a/ts/index.ts b/ts/index.ts index 1bf4458..56252c0 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -13,7 +13,7 @@ var smartDebug = { if (debugActive) { functionArg(); } - } + }, activate: function(debugArg:boolean){ debugActive = debugArg; },