mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Fix typos.
This commit is contained in:
parent
87f155daa0
commit
1e9f2dc057
1 changed files with 2 additions and 2 deletions
|
@ -612,8 +612,8 @@ var Item = this.Item = Base.extend({
|
|||
* defined in such a way, e.g. if one is a descendant of the other.
|
||||
*/
|
||||
_getOrder: function(item) {
|
||||
// Private method that prodces a list of anchestors, starting with the
|
||||
// root and the actual element as the last entry.
|
||||
// Private method that produces a list of anchestors, starting with the
|
||||
// root and ending with the actual element as the last entry.
|
||||
function getList(item) {
|
||||
var list = [];
|
||||
do {
|
||||
|
|
Loading…
Reference in a new issue