Skip to content

Commit

Permalink
Merge pull request meteor#3094 from anstarovoyt/devel
Browse files Browse the repository at this point in the history
Clock example uses old API
  • Loading branch information
Sashko Stubailo committed Dec 8, 2014
2 parents 3970dcc + ad397c4 commit 5a70c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/clock/client/clock.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Meteor.setInterval(function () {
Session.set('time', new Date());
}, 1000);

UI.body.helpers({
Template.body.helpers({

hours: _.range(0, 12),

Expand Down

0 comments on commit 5a70c72

Please sign in to comment.