Skip to content

Instantly share code, notes, and snippets.

@kmaglione
Created November 5, 2014 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmaglione/7699486173f897ec63c9 to your computer and use it in GitHub Desktop.
Save kmaglione/7699486173f897ec63c9 to your computer and use it in GitHub Desktop.
./chrome/content/the_components/reformat/reformat.js:113: _default('assignInnerHTML', function (_element, _html) { _element.innerHTML = _html; });
./chrome/content/the_components/reformat/reformat.js:754: $R.settings.assignInnerHTML(_body, _iframeBodyHTML);
./chrome/content/the_components/reformat/reformat.js:755: (function () { var _dummy = {}; _dummy.innerHTML = '<div>Previous line has a call to assignInnerHTML, which is an alias for innerHTML.</div>'; })();
./chrome/content/the_components/highlight/highlight.js:120: _default('assignInnerHTML', function (_element, _html) { _element.innerHTML = _html; });
./chrome/content/the_components/highlight/highlight.js:495: $H.settings.assignInnerHTML(_parents[i], _inner);
./chrome/content/the_components/highlight/highlight.js:496: (function () { var _dummy = {}; _dummy.innerHTML = '<div>Previous line has a call to assignInnerHTML, which is an alias for innerHTML.</div>'; })();
./chrome/content/the_components/highlight/highlight.js:1028: $H.settings.assignInnerHTML(_newElement, _currBuiltHTML);
./chrome/content/the_components/highlight/highlight.js:1029: (function () { var _dummy = {}; _dummy.innerHTML = '<div>Previous line has a call to assignInnerHTML, which is an alias for innerHTML.</div>'; })();
./chrome/content/the_components/highlight/highlight.js:1047: $H.settings.assignInnerHTML(_newElement, _currBuiltHTML);
./chrome/content/the_components/highlight/highlight.js:1048: (function () { var _dummy = {}; _dummy.innerHTML = '<div>Previous line has a call to assignInnerHTML, which is an alias for innerHTML.</div>'; })();
./chrome/content/the_components/highlight/highlight.js:1067: $H.settings.assignInnerHTML(_currNode, _currBuiltHTML);
./chrome/content/the_components/highlight/highlight.js:1068: (function () { var _dummy = {}; _dummy.innerHTML = '<div>Previous line has a call to assignInnerHTML, which is an alias for innerHTML.</div>'; })();
./chrome/content/the_components/highlight/highlight.js:1171: $H.settings.assignInnerHTML(_newElement, _e.innerHTML);
./chrome/content/the_components/highlight/highlight.js:1172: (function () { var _dummy = {}; _dummy.innerHTML = '<div>Previous line has a call to assignInnerHTML, which is an alias for innerHTML.</div>'; })();
./chrome/content/the_components/highlight/highlight.js:1256: $H.settings.assignInnerHTML(_s, _e.innerHTML);
./chrome/content/the_components/highlight/highlight.js:1257: (function () { var _dummy = {}; _dummy.innerHTML = '<div>Previous line has a call to assignInnerHTML, which is an alias for innerHTML.</div>'; })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment