Replaced bootstrap switch with css only version!

This commit is contained in:
Mark McDowall 2013-04-25 19:44:39 -07:00
commit 6636b77489
10 changed files with 89 additions and 804 deletions

View file

@ -42,7 +42,6 @@ Marionette.ItemView.prototype.render = function () {
this._modelBinder.bind(this.model, this.el);
}
this.self$('.switch').bootstrapSwitch();
this.$el.addClass('iv-' + this.viewName());