Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalmer committed Apr 19, 2016
1 parent b912981 commit 80a2c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/editable/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Template.editable.onRendered(function() {
this.data.editedContent = function() {
if (!self.changed.get()) return false;
return self.data.simple ? editable.text() : editable.html();
}
};

// This method can be used to leave editing mode
this.data.end = function() {
Expand Down

0 comments on commit 80a2c26

Please sign in to comment.