Przeglądaj źródła

Undocumented enum types.
Users don't typically use them directly.

woollybah 6 lat temu
rodzic
commit
1d319eff64
1 zmienionych plików z 0 dodań i 6 usunięć
  1. 0 6
      json.mod/json.bmx

+ 0 - 6
json.mod/json.bmx

@@ -232,9 +232,6 @@ Type TJSONArray Extends TJSON
 
 End Type
 
-Rem
-bbdoc: Enumerator Object use by TJSONArray in order to implement Eachin support. 
-End Rem
 Type TJSONArrayEnum
 
 	Field array:TJSONArray
@@ -473,9 +470,6 @@ Type TJSONObject Extends TJSON
 
 End Type
 
-Rem
-bbdoc: Enumerator Object use by TJSONArray in order to implement Eachin support. 
-End Rem
 Type TJSONObjectEnum
 
 	Field obj:TJSONObject