@@ -1,6 +1,6 @@
{
"name": "WEB前端助手(FeHelper)",
- "version": "3.4",
+ "version": "3.5",
"manifest_version": 2,
"default_locale": "zh_CN",
@@ -41,7 +41,7 @@ baidu.csJsonFormat = (function(){
jsonObj = new Function("return " + source)();
}catch(ex){
}
- if(jsonObj) {
+ if(jsonObj && typeof jsonObj == "object") {
$('body').html(_htmlFragment);
_loadCss();
JsonFormatEntrance.clear();