Commit 00f3db37 by Tom Giannattasio

whitespace trim

parent 7655a5ad
...@@ -190,7 +190,7 @@ class CMS.Views.UnitEdit.NameEdit extends Backbone.View ...@@ -190,7 +190,7 @@ class CMS.Views.UnitEdit.NameEdit extends Backbone.View
# save the name after a slight delay # save the name after a slight delay
if @timer if @timer
clearTimeout @timer clearTimeout @timer
@timer = setTimeout( => @timer = setTimeout( =>
@model.save() @model.save()
@timer = null @timer = null
......
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