Skip to content

Commit

Permalink
ignore XML and XMLList as being undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 2, 2010
1 parent 899869f commit c5b3405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/deaccessor.py
Expand Up @@ -43,7 +43,7 @@
bitwise: false,
maxerr: 100000
*/
/*global window:true, document:true */
/*global window:true, document:true, XML: true, XMLList: true */
""")
count = 0
for line in sys.stdin:
Expand Down

0 comments on commit c5b3405

Please sign in to comment.