added getStatus function

This commit is contained in:
Philipp Kunz
2015-11-22 07:59:34 +01:00
parent f78b0b6fb8
commit c782b256c0
4 changed files with 10 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ var smartDebug = {
},
activate: function(debugArg:boolean){
debugActive = debugArg;
},
getStatus: function(){
return debugActive;
}
};