Commit ad7e15d0 authored by davidstutz's avatar davidstutz

#502 code style.

parent 8df89fd3
...@@ -140,8 +140,9 @@ ...@@ -140,8 +140,9 @@
this.$select = $(select); this.$select = $(select);
// Placeholder via data attributes // Placeholder via data attributes
if (this.$select.attr("data-placeholder")) if (this.$select.attr("data-placeholder")) {
options.nonSelectedText = this.$select.data("placeholder"); options.nonSelectedText = this.$select.data("placeholder");
}
this.options = this.mergeOptions($.extend({}, options, this.$select.data())); this.options = this.mergeOptions($.extend({}, options, this.$select.data()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment