1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +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 { Folder } = require('lib/models/folder.js');
const Folder = require('lib/models/Folder.js');
class FoldersScreenUtils {