]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - button/Button.js
tree-wide trailing whitespace cleanup
[proxmox-widget-toolkit.git] / button / Button.js
index 846db7cc562f772ac2d093a7a4f8e4430ca2aecf..89d273e92248feccf5023dbb2bd8b9e1ae9537ec 100644 (file)
@@ -80,7 +80,7 @@ Ext.define('Proxmox.button.Button', {
                throw "unable to find waitMsgTarget";
            }
        }
-       
+
        if (me.selModel) {
 
            me.mon(me.selModel, "selectionchange", function() {
@@ -113,7 +113,7 @@ Ext.define('Proxmox.button.StdRemoveButton', {
 
     getUrl: function(rec) {
        var me = this;
-       
+
        return me.baseurl + '/' + rec.getId();
     },