1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +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,4 +1,4 @@
const { Note } = require('lib/models/note.js');
const Note = require('lib/models/Note.js');
const Alarm = require('lib/models/Alarm.js');
class AlarmService {