ui: trailing whitespace cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2019-12-18 19:21:59 +01:00
parent 9710e5d00e
commit 2e75b6d8bf
3 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@ Ext.define('PBS.MainView', {
}
}
},
beforeChangePath: function(path, subpath, action) {
var me = this;
@ -46,7 +46,7 @@ Ext.define('PBS.MainView', {
action.resume();
},
changePath: function(path,subpath) {
var me = this;
var contentpanel = me.lookupReference('contentpanel');
@ -225,4 +225,4 @@ Ext.define('PBS.MainView', {
]
});