minor (removed extra space)

This commit is contained in:
Leonel Câmara
2015-02-05 09:34:37 +00:00
parent 53a774827e
commit 5eb2d7b9ee

View File

@@ -515,7 +515,7 @@
/* restore element to its original state which was disabled by 'disableElement' above*/
enableElement: function(el) {
var method = el.is('button') ? 'html' : 'val';
var method = el.is('button') ? 'html' : 'val';
if(el.data('w2p_enable_with') !== undefined) {
/* set to old enabled state */
el[method](el.data('w2p_enable_with'));