Skip to content

Commit

Permalink
Removed deletion of text/value metadata from dropdown items (fixes Se…
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Mar 28, 2016
1 parent 853f1c9 commit abd75a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,6 @@ $.fn.dropdown = function(parameters) {

refreshData: function() {
module.verbose('Refreshing cached metadata');
$item
.removeData(metadata.text)
.removeData(metadata.value)
;
$module
.removeData(metadata.defaultText)
.removeData(metadata.defaultValue)
Expand Down

0 comments on commit abd75a4

Please sign in to comment.