forked from 0x2620/oxjs
comment out some Ox.print calls
This commit is contained in:
parent
17d92a3ff7
commit
429d5c744b
4 changed files with 8 additions and 8 deletions
|
|
@ -103,7 +103,7 @@ Ox.Editable = function(options, self) {
|
|||
function edit() {
|
||||
var height, width;
|
||||
if (self.options.editable && !self.options.editing) {
|
||||
Ox.print('EDIT???')
|
||||
//Ox.print('EDIT???')
|
||||
self.options.editing = true;
|
||||
that.addClass('OxEditing');
|
||||
self.originalValue = self.options.value;
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ Ox.InsertHTMLDialog = function(options, self) {
|
|||
) + '>' + values.text + '</' + item.id + '>';
|
||||
};
|
||||
} else if (['h1', 'b', 'i', 'code', 's', 'sub', 'sup', 'u'].indexOf(item.id) > -1) {
|
||||
Ox.print(self.options.selection.indexOf('\n'), '?????????')
|
||||
//Ox.print(self.options.selection.indexOf('\n'), '?????????')
|
||||
form = [
|
||||
Ox.Input({
|
||||
height: 128,
|
||||
|
|
@ -202,7 +202,7 @@ Ox.InsertHTMLDialog = function(options, self) {
|
|||
|
||||
function renderForm() {
|
||||
var items = Ox.getObjectById(self.items, self.$select.value()).form;
|
||||
Ox.print('??::""""????', self.$select.value())
|
||||
//Ox.print('??::""""????', self.$select.value())
|
||||
self.$form && self.$form.remove();
|
||||
if (items.length) {
|
||||
self.$form = Ox.Form({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue