node-bunyan-lite/lib
Ryan Graham 58df808325 Fix ctor instanceof guard
The ! operator is higher priority than the instanceof operator, so the
expression (! this instanceof X) is the same as ((!this) instanceof X),
which will always evaluate to false.
2014-08-08 18:26:07 -07:00
..
bunyan.js Fix ctor instanceof guard 2014-08-08 18:26:07 -07:00