Commit 90e6dfc0 authored by Xiaowu Zhang's avatar Xiaowu Zhang

jslint refuses to surcharge undefined

parent 27bc8391
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* http://www.renderjs.org/documentation * http://www.renderjs.org/documentation
*/ */
(function (document, window, RSVP, DOMParser, Channel, MutationObserver, (function (document, window, RSVP, DOMParser, Channel, MutationObserver,
Node, undefined) { Node) {
"use strict"; "use strict";
var gadget_model_dict = {}, var gadget_model_dict = {},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment