1
0
mirror of https://github.com/fazo96/markcloud.git synced 2025-01-10 11:04:21 +01:00

fix mistake

This commit is contained in:
Enrico Fasoli 2014-10-08 16:09:03 +02:00
parent 8b2522a9ee
commit f276c97deb

View File

@ -146,6 +146,7 @@ Template.profile.events
if e then errCallback e
else notify type: 'success', msg: 'Account deleted'
Template.doc.valid = -> @text?
Template.doc.source = -> Router.current().route.name is 'src'
Template.doc.rows = -> ""+@text.split('\n').length
Template.doc.owned = -> Meteor.user()._id is @owner