1
0
Fork 0
forked from 0x2620/oxjs

add mail svg; update form elements; change 'focusInput()' signature

This commit is contained in:
rlx 2011-12-18 09:29:35 +00:00
commit 4701245038
8 changed files with 104 additions and 18 deletions

View file

@ -180,6 +180,10 @@ Ox.Button = function(options, self) {
return that;
}
that.value = function() {
return self.options.title;
};
return that;
};