2c8377040ed6bda5fb0f28f92b44149331ae05cd introduces exception
Ognian opened this issue · 2 comments
Ognian commented
Hello,
starting with this commit 2c83770 I get the following exception:
where css.js is xstyle/css.js
function checkForParser(styleSheetElement){
var parser = testElementStyle('x-parse', null, 'content');
---> var sheet = styleSheetElement.sheet || styleSheetElement.styleSheet;
styleSheetElement is undefined to to the following call in line 70 of css.js
if(displayStyle == "none"){
return checkForParser(); <--- no argument
}
Can you fix this?
Thanks
Ognian
Ognian commented
Yes, this works.
Thanks a lot
Ognian