minor changes

This commit is contained in:
coderaiser 2013-03-10 17:05:17 -04:00
parent de4ce46bc3
commit 50a6bd820f

View file

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