stritti/log4js

Completely fails to load due to mismatched curly brace

Closed this issue · 1 comments

Line 2238 in log4js.js has an unmatched traiing curly brace:

Log4js.PatternLayout.prototype = Log4js.extend(new Log4js.Layout(), {

That curly brace matches the one on line 2365. There's an additional one on line 2366 and a closing paren.

Not reproducable.