Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 May 2012 at 14:09 UTC
Updated:
29 Jul 2014 at 20:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nod_Comment #2
nod_Extended the scope of this clean-up a little.
Debug-friendly: turned anonymous function into named functions.
Declared all variables at the top.
reorder some things to make more sense.
This patch removes 3 anonymous function we were not really using.
Comment #3
nod_Comment #4
robloach#2: core-js-selectors-batch-1.patch queued for re-testing.
Comment #6
nod_reroll
Comment #7
frega commentedRerolled patch from #6 to apply and reflect changes introduced in 722f615437d82c175d1135af12a5cde94255e2f1, f047851a7a5ade6be7ae87e899963594675cf5be (20120819).
Comment #8
frega commentedAdded missing second parameter to self invoking function wrapping code. Re-rolled patch.
Comment #9
pivica commentedInstaller progress bar does not work after this patch - its displayed but not updated with progress. Will take a more look.
Comment #10
frega commentedTested with the installation progress bar. Merged holder and $progress variables.
Comment #11
pivica commentedLooks fine now - progress bar works as expected.
Comment #12
webchickCommitted and pushed to 8.x. Thanks!