Index: trunk/parsers/wikidom/lib/es/es.TextFlow.js |
— | — | @@ -1,6 +1,8 @@ |
2 | 2 | /** |
3 | 3 | * Flowing text renderer. |
4 | 4 | * |
| 5 | + * TODO: Cleanup code and comments |
| 6 | + * |
5 | 7 | * @class |
6 | 8 | * @constructor |
7 | 9 | * @extends {es.EventEmitter} |
Index: trunk/parsers/wikidom/lib/es/es.Surface.js |
— | — | @@ -1,6 +1,8 @@ |
2 | 2 | /** |
3 | 3 | * Wikitext document editing surface. |
4 | 4 | * |
| 5 | + * TODO: Cleanup code and comments |
| 6 | + * |
5 | 7 | * @class |
6 | 8 | * @constructor |
7 | 9 | * @param $container {jQuery} |