2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: ESLint

This commit is contained in:
Robin Ward 2016-02-26 16:53:56 -05:00
parent 65d7103bdc
commit 936c785952

View file

@ -1,3 +1,5 @@
/*eslint no-loop-func:0*/
const CLICK_ATTRIBUTE_NAME = '_discourse_click_widget';
const CLICK_OUTSIDE_ATTRIBUTE_NAME = '_discourse_click_outside_widget';