1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-25 01:52:26 +02:00

Reach doc threshold

This commit is contained in:
koalyptus 2017-10-09 22:15:08 +11:00
parent 763fbcc86e
commit 7ba78c94ae

View file

@ -8,8 +8,11 @@ const EVENTS = [
'initializing-extension'
];
/** Left position in toolbar */
export const LEFT = 'left';
/** Right position in toolbar */
export const RIGHT = 'right';
/** Center position in toolbar */
export const CENTER = 'center';
/**