forked from 0x2620/oxjs
remove print statements
This commit is contained in:
parent
d9daf10889
commit
bb686389ce
2 changed files with 1 additions and 3 deletions
|
|
@ -30,13 +30,11 @@ Ox.ExamplePanel = function(options, self) {
|
|||
.options(options || {})
|
||||
.update({
|
||||
mode: function() {
|
||||
Ox.print('mode handler', self.options.selected)
|
||||
if (self.options.selected) {
|
||||
self.$page.options({selected: self.options.mode});
|
||||
}
|
||||
},
|
||||
selected: function() {
|
||||
Ox.print('selected handler');
|
||||
self.options.mode = 'source';
|
||||
selectItem(self.options.selected);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue