Skip to content

Commit

Permalink
2.0.3 turn debugging off for production. close #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Ginader committed Aug 14, 2012
1 parent c6b2aa0 commit ce4aae2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
5 changes: 3 additions & 2 deletions placeholder_polyfill.jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* Version: 2.0.2
* Version: 2.0.3
*
* History:
* * 1.0 initial release
Expand All @@ -29,10 +29,11 @@
* * 2.0 new easier configuration technique and new options forceApply and AutoInit and support for setters and getters
* * 2.0.1 changed check for empty field so a space character is no longer ignored
* * 2.0.2 allow rerun of the placeholder() to cover generated elements - existing polyfilled placeholder will be repositioned. Fixing: https://github.com/ginader/HTML5-placeholder-polyfill/issues/15
* * 2.0.3 turn debugging of for production. fix https://github.com/ginader/HTML5-placeholder-polyfill/issues/18
*/

(function($) {
var debug = true,
var debug = false,
animId;
function showPlaceholderIfEmpty(input,options) {
if( input.val() === '' ){
Expand Down
24 changes: 12 additions & 12 deletions placeholder_polyfill.jquery.min.combo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions placeholder_polyfill.jquery.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce4aae2

Please sign in to comment.