()
| 37243 | */ |
| 37244 | _exports._globalsRun = _globalsRun; |
| 37245 | function join() { |
| 37246 | return backburner.join.apply(backburner, arguments); |
| 37247 | } |
| 37248 | /** |
| 37249 | Allows you to specify which context to call the specified function in while |
| 37250 | adding the execution of that function to the Ember run loop. This ability |
searching dependent graphs…