Closed EvanCarroll closed 9 years ago
This includes adjohnsons916's patches too.
This implements my patch which closes #69 #68 #67 #23.
It implements adjohnson916 patch for #57
if ( window ) {
That will throw an error if being used in a CommonJS environment that doesn't have a window will it not? if ( typeof 'window' !== 'undefined' ) should work though.
if ( typeof 'window' !== 'undefined' )
That's a good catch. :+1:
This includes adjohnsons916's patches too.
This implements my patch which closes #69 #68 #67 #23.
It implements adjohnson916 patch for #57