Probably not specific to this plugin, is anyone getting a `null` returned from calling `document.defaultView.getComputedStyle`? https://github.com/dfcreative/jquery.waterfall/blob/master/jquery.waterfall.js#L572 It happens when i am running a Jasmine test. Hacky but not sure if its right to wrap it with a conditional.. `if(style != null)`?
Probably not specific to this plugin, is anyone getting a
nullreturned from callingdocument.defaultView.getComputedStyle?https://github.com/dfcreative/jquery.waterfall/blob/master/jquery.waterfall.js#L572
It happens when i am running a Jasmine test.
Hacky but not sure if its right to wrap it with a conditional..
if(style != null)?