mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 07:34:11 +00:00
Merge "Hygiene: Use constant instead of string 'LINK_CLICK'" into mpga
This commit is contained in:
commit
1994c046a9
|
@ -187,7 +187,7 @@
|
|||
*/
|
||||
actions.linkClick = function ( el ) {
|
||||
return timedAction( {
|
||||
type: 'LINK_CLICK',
|
||||
type: types.LINK_CLICK,
|
||||
el: el
|
||||
} );
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue