vendor/assets/javascripts/jquery.ezdz.js in ezdz-rails-0.4.0 vs vendor/assets/javascripts/jquery.ezdz.js in ezdz-rails-0.4.1

- old
+ new

@@ -1,12 +1,12 @@ /* ---------------------------------------------------------------------------- // Ezdz [izy-dizy] - // v0.4.0 - released 2013-10-22 14:08 + // v0.4.1 - released 2014-07-15 12:58 // Licensed under the MIT license. // https://github.com/jaysalvat/ezdz // ---------------------------------------------------------------------------- - // Copyright (C) 2013 Jay Salvat + // Copyright (C) 2014 Jay Salvat // http://jaysalvat.com/ // ---------------------------------------------------------------------------*/ (function (factory) { if (typeof define === 'function' && define.amd) { @@ -327,10 +327,10 @@ var settings = this.settings, $input = this.$input; $input.parent('.' + settings.classes.main).replaceWith($input); $input.off('*.ezdz'); - $input.data('ezdz', ''); + $input.removeData('ezdz'); }; // Extend settings $.ezdz.prototype.options = function(options) { var settings = this.settings;