General <taskMeta:> component for handling charts, edit, and whatever

else might come along
This commit is contained in:
Tyler Renelle
2012-06-28 22:32:19 -04:00
parent 18e8472099
commit bed2c2e9f6
3 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ ready (model) ->
# Derby extends model.at to support creation from DOM nodes
model.at(e.target).remove()
exports.toggleEdit = (e, el) ->
exports.toggleMeta = (e, el) ->
selector = $(el).attr('data-selector')
if selector.charAt(0) == '$'
selector = '\\' + selector