require-jade icon indicating copy to clipboard operation
require-jade copied to clipboard

Bug in IE: SCRIPT438: Object doesn't support property or method 'setAttribute'

Open rinchik opened this issue 11 years ago • 1 comments

SCRIPT438: Object doesn't support property or method 'setAttribute' shows up in IE dev tools console.

Bug only present in the latest version on require-jade (0.0.3)

rinchik avatar Oct 17 '13 14:10 rinchik

Try using ECMAScript 5 compatibility shims for legacy JavaScript engines. IE's bad support on ES5 usually causes this type of issues.

Apart from that, does this show up after building your templates? ( I presume you don't build up your templates on the fly in a production environment)

crissdev avatar Oct 26 '13 22:10 crissdev