Groups
Groups
Sign in
Groups
Groups
SpriteMe
Conversations
About
Send feedback
Help
Fix for not generating css
15 views
Skip to first unread message
Tillie Nator
unread,
Feb 26, 2013, 8:56:03 PM
2/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spri...@googlegroups.com
I got the error 'rule.selectorText not defined'
To fix this replace line 717 of SpriteMe.js
from
if ( -1 != rule.selectorText.indexOf('spriteme') ) {
to
if ("undefined" !== typeof(rule.selectorText) && -1 != rule.selectorText.indexOf('spriteme') ) {
Steve Souders
unread,
Feb 27, 2013, 2:27:39 PM
2/27/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spri...@googlegroups.com
This patch was added in spriteme.js r33. Thanks!
-Steve
Reply all
Reply to author
Forward
0 new messages