Skip to content

Commit

Permalink
now the placeholder shim calls itself just by being included in the p…
Browse files Browse the repository at this point in the history
…age, which makes more sense.
  • Loading branch information
parndt committed Jun 8, 2010
1 parent baebf1e commit aa82d9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/javascripts/jquery/jquery.html5-placeholder-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,8 @@
}
});

})(jQuery);
})(jQuery);

$(document).ready(function() {
$.placeholder.shim();
});

0 comments on commit aa82d9a

Please sign in to comment.