Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Jan 2014 at 22:56 UTC
Updated:
29 Jul 2014 at 23:15 UTC
Jump to comment: Most recent
Comments
Comment #2
jibrancore-js-jshint-errors.patch queued for re-testing. https://qa.drupal.org/pifr/test/699378
Comment #3
catchComment #4
webchickUm this is not critical. :)
Also, that's basically the equivalent of putting @ in front of a function name in PHP. Is that really the only way to solve this?
Comment #5
nod_unfortunately yes.
Once jshint drops the checks for "this" we'll be able to remove the comment. That or we need to refactor the whole autocomplete stuff.
Comment #6
webchickDarn. Ok then...
Committed and pushed to 8.x. Thanks!