Fix typo in comment

This commit is contained in:
Matěj Grabovský 2014-01-15 18:04:51 +01:00
parent 5a131930fb
commit 890eda9197

View file

@ -1992,7 +1992,7 @@ var Item = Base.extend(Callback, /** @lends Item# */{
/**
* Inserts this item below the specified item.
*
* @param {Item} item the item above which it should be inserted
* @param {Item} item the item below which it should be inserted
* @return {Item} the inserted item, or {@code null} if inserting was not
* possible.
*/