]> code.delx.au - gnu-emacs-elpa/blobdiff - js2-mode.el
Add console Object to browser externs.
[gnu-emacs-elpa] / js2-mode.el
index 15cb0c56df06d88f9f745d090bfb0cbbc06971a6..75c3214717286f33f7d2967f988178c02ef11698 100644 (file)
             ;; Khronos Typed Array Specification
             ArrayBuffer ArrayBufferView TypedArray Uint8ClampedArray DataView
             Int8Array Uint8Array Int16Array Uint16Array Int32Array Uint32Array
-            Float32Array Float64Array))
+            Float32Array Float64Array
+
+            ;; console object.  Provided by at least Chrome and Firefox.
+            console))
   "Browser externs.
 You can cause these to be included or excluded with the custom
 variable `js2-include-browser-externs'.")