tj / should.js

BDD style assertions for node.js -- test framework agnostic
MIT License
2.75k stars 195 forks source link

use .Null instead of .null for cross browser compatibility #202

Closed klammbueddel closed 10 years ago

klammbueddel commented 10 years ago

Using .null will break on browsers that do not support js keywords as properties. When using .Null it works fine.

btd commented 10 years ago

Fixed in 3.3.1