Skip to content

Commit

Permalink
Cherry pick: removed deletion of text/value metadata from dropdown it…
Browse files Browse the repository at this point in the history
…ems (fixes Semantic-Org#3622)
  • Loading branch information
mdehoog committed Mar 28, 2016
1 parent 7a97101 commit 74b7a2d
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 @@ -382,10 +382,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 74b7a2d

Please sign in to comment.