Rayman / fusic-meteor

Fusic: Realtime Social Music Collaboration
MIT License
27 stars 12 forks source link

Use the .helpers(...) syntax for registering template helpers #93

Open Rayman opened 10 years ago

Rayman commented 10 years ago

Assigning helper with Template.*.* = ... is deprecated. Use Template.currentPlaylist.helpers(...) instead