Merge "Hygiene: Use constant instead of string 'LINK_CLICK'" into mpga

This commit is contained in:
jenkins-bot 2016-12-13 11:02:19 +00:00 committed by Gerrit Code Review
commit 1994c046a9

View file

@ -187,7 +187,7 @@
*/
actions.linkClick = function ( el ) {
return timedAction( {
type: 'LINK_CLICK',
type: types.LINK_CLICK,
el: el
} );
};