Allow stylesheets with ' characters in their filename

This commit is contained in:
Nathan Sobo
2013-04-17 20:51:00 -06:00
committed by Corey Johnson & Kevin Sawicki
parent d3fa5b0f85
commit 5afe0a758c

View File

@@ -159,7 +159,7 @@ window.deserializeConfigWindow = ->
$(rootViewParentSelector).append(configView)
window.stylesheetElementForId = (id) ->
$("head style[id='#{id}']")
$("""head style[id="#{id}"]""")
window.resolveStylesheet = (path) ->
if fsUtils.extension(path).length > 0