From 3d2a9e4699a31f9bc8cdf9d84cdf9b2880721984 Mon Sep 17 00:00:00 2001 From: Mark Salsbery Date: Thu, 14 Nov 2013 10:13:49 -0800 Subject: [PATCH] Removed Button href (#274) --- src/button.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/button.js b/src/button.js index 8a09cdb0..ef0e460e 100644 --- a/src/button.js +++ b/src/button.js @@ -109,7 +109,6 @@ $.Button = function( options ) { }, options ); this.element = options.element || $.makeNeutralElement( "button" ); - this.element.href = this.element.href || '#'; //if the user has specified the element to bind the control to explicitly //then do not add the default control images