minor changes

This commit is contained in:
coderaiser 2013-03-10 17:05:17 -04:00
parent 07b8b6a96d
commit 36b5d60443

View file

@ -176,7 +176,7 @@ Util = exports || {};
Util.parseJSON = function(pJSON){
var lRet;
Util.tryCatchLog(function(){
Util.tryCatch(function(){
lRet = JSON.parse(pJSON);
});