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.
2 parents b314eb6 + e234649 commit 213039aCopy full SHA for 213039a
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