Normalize dom ids rather than remove

This commit is contained in:
Matt Colyer 2013-11-07 14:41:58 -08:00
parent 455321c4a8
commit 43419fdef2

View File

@ -161,7 +161,7 @@ class ThemeManager
# Internal-only:
stringToId: (string) ->
string.replace(/\\/g, '')
string.replace(/\\/g, '/')
# Internal-only:
removeStylesheet: (stylesheetPath) ->