Commit b2c641de authored by Marin Jankovski's avatar Marin Jankovski

Fix syntax error in autosave coffeescript.

parent bb3563b5
...@@ -16,7 +16,7 @@ class @Autosave ...@@ -16,7 +16,7 @@ class @Autosave
try try
text = window.localStorage.getItem @key text = window.localStorage.getItem @key
catch catch e
return return
@field.val text if text?.length > 0 @field.val text if text?.length > 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment