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