I'm not sure why this wasn't a problem in the past, but: when doing a fresh install of Spark and looking at the front page with the anonymous user, I get the above error.
The cause is $(function () { Drupal.aloha.init(); });, the root cause is Drupal.aloha.init() not dealing well with the case of it not receiving a callback function.
Comments
Comment #1
wim leersFixed.
- D7: http://drupalcode.org/project/aloha.git/commit/6d91096
- D8: http://drupalcode.org/project/aloha.git/commit/459faef