fix notes gear tool

me was used before it was defined

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-05-25 17:27:41 +02:00 committed by Thomas Lamprecht
parent 3b1cb257eb
commit 02eb40cf3e

View File

@ -57,6 +57,7 @@ Ext.define('PVE.panel.NotesView', {
tools: [{
type: 'gear',
handler: function() {
var me = this.up('panel');
me.run_editor();
}
}],