1
0
Fork 0

Comment spelling correction

closure/master
Mike Gerwitz 2010-12-01 23:19:59 -05:00
parent 611ee9ab35
commit 78e1913eb9
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ function attach_extend( func )
/**
* Shorthand for extending classes
*
* This method can be invoked on the object, rater than having to call
* This method can be invoked on the object, rather than having to call
* Class.extend( this ).
*
* @param {Object} props properties to add to extended class