Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a3aa040e4 | ||
|
|
79f97b504b |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "smartdebug",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"description": "debug your JavaScript the smart way",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -13,7 +13,7 @@ var smartDebug = {
|
||||
if (debugActive) {
|
||||
functionArg();
|
||||
}
|
||||
}
|
||||
},
|
||||
activate: function(debugArg:boolean){
|
||||
debugActive = debugArg;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user