1
0
mirror of synced 2024-11-25 22:36:03 +03:00

Modified syncCssClasses to use output of adapter when applying a class rather than applying the original class

This commit is contained in:
Riley Lynch 2013-10-20 13:14:31 -07:00
parent 8647d51fd6
commit 53d1fea248

View File

@ -349,7 +349,7 @@ the specific language governing permissions and limitations under the Apache Lic
if (this.indexOf("select2-") !== 0) {
adapted = adapter(this);
if (adapted) {
replacements.push(this);
replacements.push(adapted);
}
}
});