expose AppModel.instance for plugins

This commit is contained in:
antelle 2017-05-22 21:59:01 +02:00
parent 145aa4bac4
commit 174c205d7a
2 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,8 @@ const AppModel = Backbone.Model.extend({
this.listenTo(Backbone, 'select-entry', this.selectEntry);
this.appLogger = new Logger('app');
AppModel.instance = this;
},
prepare: function() {

View File

@ -2,6 +2,7 @@ Release notes
-------------
##### v1.5.1 (TBD)
`-` fix #631: unicode characters in Dropbox files
`+` plugin API improvements
##### v1.5.0 (2015-05-20)
`+` plugins