browser: chromium
os: xubuntu 12.04 64-bit

after latest pull from server I got drupal.js error:

drupal.js:414 Uncaught SyntaxError: Unexpected end of input

tested pages: and config/development/testing, but most probable it's broken site-wide.

problem gone when checking out one of the older revisions:
git checkout f94eb0b5d229d4496966adbd47b93dcb110c9f5a drupal.js

Comments

tim.plunkett’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

I cannot reproduce this with a clone from right now.
I think this was fixed in #1630782: Drupal.theme is not a constructor, don't use Drupal.theme.prototype.

GrzegorzNowak’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

yes, you're right:
updated to latest from repo just right now and cleared the cache. Works well, so it must have been a regression bug introduced along with the commit. Thanks!