Commit 335a9f59 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Add Window and XMLHttpRequest to external classes list.

These come up fairly often. Better to have these built in.
parent 94f38171
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -90,6 +90,9 @@ module JsDuck
        "CSSStyleSheet",
        "CSSStyleRule",
        "Event",
        # Other browser-environment classes
        "Window",
        "XMLHttpRequest",
        # Special anything-goes type
        "Mixed",
      ]