camelCase builtin labels

This commit is contained in:
azivner
2018-04-02 21:56:55 -04:00
parent c6c76ba360
commit 6f567e3e10
11 changed files with 22 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ const noteService = require('./notes');
const labelService = require('./labels');
const dateUtils = require('./date_utils');
const CALENDAR_ROOT_LABEL = 'calendar_root';
const CALENDAR_ROOT_LABEL = 'calendarRoot';
const YEAR_LABEL = 'year_note';
const MONTH_LABEL = 'month_note';
const DATE_LABEL = 'date_note';