Add missing DOCS comments.

This commit is contained in:
Jürg Lehni 2013-11-29 18:50:04 +01:00
parent 0e5483c03f
commit 1149399690
2 changed files with 2 additions and 0 deletions

View file

@ -1980,6 +1980,7 @@ var Item = Base.extend(Callback, /** @lends Item# */{
return removed;
},
// DOCS Item#clear()
clear: '#removeChildren',
/**

View file

@ -707,6 +707,7 @@ var Path = PathItem.extend(/** @lends Path# */{
return removed;
},
// DOCS Path#clear()
clear: '#removeSegments',
/**