1
0
Fork 0
forked from 0x2620/oxjs

remove print statements

This commit is contained in:
rolux 2012-06-15 11:47:18 +02:00
commit fbeb434e27
11 changed files with 0 additions and 24 deletions

View file

@ -125,7 +125,6 @@ Ox.Editable = function(options, self) {
function edit() {
var height, width;
if (self.options.editable && !self.options.editing) {
//Ox.print('EDIT???')
self.options.editing = true;
that.addClass('OxEditing');
self.originalValue = self.options.value;