$.extend(ListItemManager.prototype, {
setup: function() {
this.el.clearWidgets();
- this.el.documentElement._container().css({display: 'list-item'});
},
toggleBullet: function(toggle) {
this.el.documentElement._container().css({display : toggle ? 'list-item' : 'block'});