Skip to content
Snippets Groups Projects
Commit 17672eb3 authored by deuce's avatar deuce
Browse files

Fix shit.

parent 1ed7e6cb
Branches
Tags
No related merge requests found
......@@ -191,6 +191,8 @@ log(LOG_ERR, "Prop: "+prop);
&& prop!="global"
&& prop!="scope"
) {
if(obj[prop]===null)
continue;
if(obj[prop].length!=undefined) {
if(typeof(obj[prop][0])=="object") { // array ?
document_object(prop_name /*+ "[]"*/,obj[prop][0], "array");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment