Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Fix for not creating css file

9 views
Skip to first unread message

Tillie Nator

unread,
Feb 26, 2013, 8:51:39 PM2/26/13
to spri...@googlegroups.com
I got the error 'rule.selectorText not defined'.

The fix for this is to replace line 717 of spriteMe.js

                if ( -1 != rule.selectorText.indexOf('spriteme') ) {

to

                if ("undefined" !== typeof(rule.selectorText) && -1 != rule.selectorText.indexOf('spriteme') ) {

That did the trick for me.
Reply all
Reply to author
Forward
0 new messages