Closed gonzalopezzi closed 9 years ago
I have had some runtime errors in these kind of code: element..classes.add (myCss) when myCss is "" or "foo bar"
element..classes.add (myCss)
""
"foo bar"
I think it is due to changes in the sdk. I have made some changes to fix this.
Thanks a lot! Related to #106
I merged it. Feel free to add yourself to the AUTHORS file :) I'll publish the update soon.
I have had some runtime errors in these kind of code:
element..classes.add (myCss)
when myCss is""
or"foo bar"
I think it is due to changes in the sdk. I have made some changes to fix this.