This commit is contained in:
Corey Johnson & Nathan Sobo
2013-03-21 18:21:21 -06:00
parent a362a14f75
commit 84244a4c22

View File

@@ -119,7 +119,6 @@ window.requireStylesheet = (path) ->
content = window.loadStylesheet(fullPath)
window.applyStylesheet(fullPath, content)
else
console.log "bad", path
throw new Error("Could not find a file at path '#{path}'")
window.loadStylesheet = (path) ->