1
0
Fork 0
forked from 0x2620/oxjs

add Ox.localStorage

This commit is contained in:
rolux 2011-12-30 20:36:55 +05:30
commit 45243cb5ff
5 changed files with 48 additions and 20 deletions

View file

@ -869,7 +869,7 @@ Ox.Input = function(options, self) {
that.clearInput = function() {
clear();
return that;
}
};
/*@
focusInput <f> Focus input element
@ -1654,6 +1654,7 @@ Ox.InputElement_ = function(options, self) {
self.options.autosuggestSubmit && submit();
}
// FIXME: make this public!
function cursor(start, end) {
/*
cursor() returns [start, end]