Skip to content

Commit 8d37ee6

Browse files
authored
Merge pull request #4 from Maxofil/master
fix
2 parents cff0788 + 13c2234 commit 8d37ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/ajaxSelect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function ($) {
2-
$.fn.ajaxSelectBox = function (options) {
2+
$.fn.ajaxSelectBox = function (selectOptions) {
33
return this.each(function() {
44
var options = Object.assign({}, selectOptions);
55
var select = $(this);

0 commit comments

Comments
 (0)