diff --git a/browser/nools.js b/browser/nools.js index 110052e..d608f1f 100644 --- a/browser/nools.js +++ b/browser/nools.js @@ -20,4 +20,4 @@ } else { this.nools = nools; } -}).call(window); +}).call(typeof window !== "undefined" ? window : this); diff --git a/docs/History.html b/docs/History.html index a791717..3c3d693 100644 --- a/docs/History.html +++ b/docs/History.html @@ -178,6 +178,21 @@ +

0.4.0

+

0.3.0