Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
28 Mar 2013 at 11:51 UTC
Updated:
29 Jul 2014 at 22:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lilster66 commentedHi,
I've added a patch for this. I got the following errors:
Line 72: if (trigger == 'serialize') {
Expected '===' and instead saw '=='.
Line 109: })(jQuery, Drupal);
'jQuery' is not defined.
Line 109: })(jQuery, Drupal);
'Drupal' is not defined.
I don't think the jQuery and Drupal lines are an issue.
Comment #2
nod_They're not indeed, check the config file in the issue linked in OP. There are a bunch of globals defined.
Tested & works well, thanks :)
Comment #3
lilster66 commentedCheers :-)
I'm at a starting to contribute to Drupal event, http://www.meetup.com/a-bit-of-everything-drupal/. Thought I'd start with something straight forward :-P
Comment #4
alexpottCommitted fd6594b and pushed to 8.x. Thanks!