Update renderer.js

pull/3094/head
yann300 7 years ago committed by GitHub
parent 5b544c0bb8
commit d7258e9eac
  1. 1
      src/app/ui/renderer.js

@ -24,6 +24,7 @@ function Renderer (appAPI) {
* @param {Object} options {useSpan, noAnnotations, click:(Function), type:(warning, error), errFile, errLine, errCol}
*/
Renderer.prototype.error = function (message, container, opt) {
if (!message) return
if (container === undefined) return
opt = opt || {}

Loading…
Cancel
Save