1
0
Fork 0
forked from 0x2620/oxjs

fix find on map

This commit is contained in:
rolux 2011-04-27 09:13:12 +02:00
commit 358ee1bc96
7 changed files with 18 additions and 5 deletions

View file

@ -593,6 +593,7 @@ Ox.Input = function(options, self) {
return;
}
that.gainFocus();
that.is('.OxError') && that.removeClass('OxError');
self.options.placeholder && setPlaceholder();
if (self.bindKeyboard) {
//Ox.print('binding...')