Conversation
|
Just in case, this is Require.js. |
|
failed. you should use |
|
Oh thanks! Is there some way to edit the merge request? Or should I start a new one? |
|
@trusktr you'd better start a new one ;) |
|
Fwiw, you just have to fix this in a new commit, then push it in the same branch. The pull request will be updated automatically. If you really want to be clean, you can run |
|
Oh cool ! Agreed |
|
@trusktr what's happening with this? |
|
@trusktr Note that referencing an undeclared variable directly gives a |
a4f11d5 to
786a8ca
Compare
|
There we go. |
|
bump :) |
In a RequireJS environment `this` doesn't refer to the `window` object, so async doesn't work there.
I'm using Require.js, so
thisdoesn't refer to thewindowobject, so async didn't work until I made this change.