Remove double space in docs.

This commit is contained in:
Jonathan Puckey 2013-03-17 15:01:30 +01:00
parent 8e58084d93
commit 1cfe34089a

View file

@ -725,7 +725,7 @@ var Item = this.Item = Base.extend(Callback, {
/**
* Specifies wether the item has any content or not. The meaning of what
* content is differs from type to type. For example, a {@link Group} with
* content is differs from type to type. For example, a {@link Group} with
* no children, a {@link TextItem} with no text content and a {@link Path}
* with no segments all are considered empty.
*