Skip to content

Instantly share code, notes, and snippets.

@vigyano
vigyano / about.coffee
Last active August 29, 2015 14:20
reactioncommerce about editable template
if Meteor.isClient
Template.about.events 'click .start-editing': (event, template) ->
PageEdit.activate()
return