Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dciccale committed Dec 19, 2013
1 parent dd603da commit 244e3cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/jquery.placeholder-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@
return this.each(function (i, el) {
var $el = $(el);
var settings = $.data(el, PLUGIN_NAME);
var placeholderTxt;

placeholderTxt = $el.attr('placeholder');
var placeholderTxt = $el.attr('placeholder');

if (settings && placeholderTxt && isValidNode(el)) {

Expand Down

0 comments on commit 244e3cb

Please sign in to comment.