Merge pull request #119 from roberttod/patch-1

Reference window as global if available
This commit is contained in:
Faisal Salman
2015-07-04 01:39:19 +07:00

View File

@@ -865,4 +865,4 @@
}; };
} }
})(this); })(typeof window === 'object' ? window : this);