Merge pull request #387 from mgrabovsky/master

Fix typo in comment
This commit is contained in:
Jürg Lehni 2014-03-02 01:05:21 +01:00
commit 7bf9cc88e4

View file

@ -2017,7 +2017,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.
*/