We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b314eb6 commit e234649Copy full SHA for e234649
packages/ember-metal/lib/run_loop.js
@@ -306,7 +306,7 @@ Ember.run.once = function(target, method) {
306
var sayHi = function() { console.log('hi'); }
307
Ember.run.scheduleOnce('afterRender', myContext, sayHi);
308
309
- // doFoo will only be executed once, in the afterRender queue of the RunLoop
+ // sayHi will only be executed once, in the afterRender queue of the RunLoop
310
});
311
```
312
0 commit comments