test: load select2-bootstrap.css

This commit is contained in:
vitalets 2013-11-02 22:24:59 +04:00
parent 50cb33f721
commit ef3378d274

@ -156,7 +156,9 @@ define(function () {
'inputs/abstract'],
init: function(require) {
loadCss(require.toUrl("./lib/select2.css"));
//loadCss(require.toUrl("./lib/select2-bootstrap.css"));
if (f === 'bootstrap2' || f === 'bootstrap3') {
loadCss(require.toUrl("./lib/select2-bootstrap.css"));
}
}
},