Skip to content

Commit

Permalink
Add Window and XMLHttpRequest to external classes list.
Browse files Browse the repository at this point in the history
These come up fairly often. Better to have these built in.
  • Loading branch information
nene committed Aug 11, 2013
1 parent 94f3817 commit 335a9f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/jsduck/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ def initialize
"CSSStyleSheet",
"CSSStyleRule",
"Event",
# Other browser-environment classes
"Window",
"XMLHttpRequest",
# Special anything-goes type
"Mixed",
]
Expand Down

0 comments on commit 335a9f5

Please sign in to comment.