Fixed typos.

This commit is contained in:
Caleb Harrelson
2012-12-04 14:54:32 -06:00
parent b2009d7c45
commit 8f43ab95ff
7 changed files with 26 additions and 26 deletions

@ -10,7 +10,7 @@ To create your own input you should inherit from this class.
Abstract.prototype = {
/**
Iinitializes input
Initializes input
@method init()
**/
@ -62,7 +62,7 @@ To create your own input you should inherit from this class.
},
/**
Converts value to string (for submiting to server)
Converts value to string (for submitting to server)
@method value2str(value)
@param {mixed} value
@ -114,7 +114,7 @@ To create your own input you should inherit from this class.
},
/**
Creares input.
Creates input.
@method clear()
**/
@ -130,7 +130,7 @@ To create your own input you should inherit from this class.
},
/**
attach handler to automatically submit form when value changed (usefull when buttons not shown)
attach handler to automatically submit form when value changed (useful when buttons not shown)
**/
autosubmit: function() {