Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2012 at 09:15 UTC
Updated:
29 Jul 2014 at 21:00 UTC
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
Comment #1
tim.plunkettI 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.
Comment #2
GrzegorzNowak commentedyes, 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!