mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 00:31:09 +00:00
Added ES6 comment for the search suggestion
This commit is contained in:
parent
adbfeaaf0b
commit
7397d8bba8
|
@ -2,6 +2,8 @@
|
|||
* Based on https://gerrit.wikimedia.org/g/wikimedia/portals/+/refs/heads/master
|
||||
* See T219590 for more details
|
||||
*/
|
||||
|
||||
/* eslint-env node, es6 */
|
||||
/* global WMTypeAhead, _, addEvent */
|
||||
( function ( WMTypeAhead ) {
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
* Based on https://gerrit.wikimedia.org/g/wikimedia/portals/+/refs/heads/master
|
||||
* See T219590 for more details
|
||||
*/
|
||||
|
||||
/* eslint-env node, es6 */
|
||||
|
||||
/**
|
||||
* Below are additional dependency extracted from polyfills.js
|
||||
|
|
Loading…
Reference in a new issue