Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 6e5f9cd

Browse files
committed
Added changes from PR #38 to src, and rebuilt release code.
1 parent bd1a2ab commit 6e5f9cd

File tree

5 files changed

+32
-15
lines changed

5 files changed

+32
-15
lines changed

dist/jquery.cascadingdropdown.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310

311311
// Instance array
312312
self.dropdowns = [];
313-
313+
314314
var dropdowns = $($.map(self.options.selectBoxes, function(item) {
315315
return item.selector;
316316
}).join(','), self.el);
@@ -327,7 +327,7 @@
327327
function changeEventHandler(event) {
328328
self.options.onChange.call(self, event, self.getValues());
329329
}
330-
330+
331331
if(typeof self.options.onReady === 'function') {
332332
dropdowns.bind('ready', readyEventHandler);
333333
}

dist/jquery.cascadingdropdown.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)