add mail svg; update form elements; change 'focusInput()' signature
This commit is contained in:
parent
8f3be96828
commit
4701245038
8 changed files with 104 additions and 18 deletions
|
|
@ -671,7 +671,7 @@ Ox.sub = function(col, start, stop) {
|
|||
stop = stop < 0 ? col.length + stop : stop;
|
||||
return Ox.isArray(col) ? Ox.filter(col, function(val, key) {
|
||||
return key >= start && key < stop;
|
||||
}) : col.substring(start, stop);
|
||||
}) : col.substring(start, Math.max(start, stop));
|
||||
}
|
||||
|
||||
/*@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue