Skip to content
Snippets Groups Projects
Commit 33e3d7ad authored by deuce's avatar deuce
Browse files

Handle js.scope properly.

parent e221ba81
Branches
Tags
No related merge requests found
......@@ -183,6 +183,7 @@ function document_properties(name, obj)
if(typeof(obj[prop])=="object"
&& prop!="socket"
&& prop!="global"
&& prop!="scope"
) {
if(obj[prop].length!=undefined) {
if(typeof(obj[prop][0])=="object") { // array ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment