1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-18 23:07:45 +02:00

All: Made model naming more consistent

This commit is contained in:
Laurent Cozic
2017-12-14 18:12:14 +00:00
parent 888ac8f4c2
commit df05d04dad
100 changed files with 261 additions and 261 deletions

View File

@ -1,7 +1,7 @@
const fs = require('fs-extra');
const { promiseChain } = require('lib/promise-utils.js');
const moment = require('moment');
const { BaseItem } = require('lib/models/base-item.js');
const BaseItem = require('lib/models/BaseItem.js');
const { time } = require('lib/time-utils.js');
// NOTE: when synchronising with the file system the time resolution is the second (unlike milliseconds for OneDrive for instance).