1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 07:20:47 +00:00

Removed obsolete comments

This commit is contained in:
Jeremy Ruston 2013-08-23 18:38:44 +01:00
parent d6ec1ea1e5
commit 3b563e19cf

View File

@ -15,8 +15,6 @@ The parse tree is made up of nested arrays of these JavaScript objects:
Attributes are stored as hashmaps of the following objects:
{type: "string", value: <string>} - literal string
{type: "array", value: <string array>} - array of strings
{type: "styles", value: <object>} - hashmap of style strings
{type: "indirect", textReference: <textReference>} - indirect through a text reference
\*/