1
0
Fork 0
forked from 0x2620/oxjs

comment out some Ox.print calls

This commit is contained in:
j 2012-03-23 19:03:56 +01:00
commit 429d5c744b
4 changed files with 8 additions and 8 deletions

View file

@ -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;

View file

@ -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({