mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 23:39:59 -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.
|
* defined in such a way, e.g. if one is a descendant of the other.
|
||||||
*/
|
*/
|
||||||
_getOrder: function(item) {
|
_getOrder: function(item) {
|
||||||
// Private method that prodces a list of anchestors, starting with the
|
// Private method that produces a list of anchestors, starting with the
|
||||||
// root and the actual element as the last entry.
|
// root and ending with the actual element as the last entry.
|
||||||
function getList(item) {
|
function getList(item) {
|
||||||
var list = [];
|
var list = [];
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Reference in a new issue