Commit d1f06f7f authored by David Stutz's avatar David Stutz

Merge pull request #189 from SputnikHead/master

Added refresh to the bindingHandler
parents e5587e3b 7bddf79d
......@@ -21,6 +21,9 @@
else if (allBindingsAccessor().options && allBindingsAccessor().options().length !== ms.originalOptions.length) {
ms.updateOriginalOptions();
$(element).multiselect('rebuild');
}
else {
ms.refresh();
}
}
};
......
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