|
@@ -322,7 +322,7 @@ function writeGlobalFunctions(file)
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
-function writeGLobalProperties(file)
|
|
|
|
|
|
|
+function writeGlobalProperties(file)
|
|
|
file:write("\n")
|
|
file:write("\n")
|
|
|
for i, property in ipairs(globalProperties) do
|
|
for i, property in ipairs(globalProperties) do
|
|
|
writeProperty(file, property)
|
|
writeProperty(file, property)
|
|
@@ -371,7 +371,7 @@ function classPackage:print()
|
|
|
writeClasses(file)
|
|
writeClasses(file)
|
|
|
writeEnumerates(file)
|
|
writeEnumerates(file)
|
|
|
writeGlobalFunctions(file)
|
|
writeGlobalFunctions(file)
|
|
|
- writeGLobalProperties(file)
|
|
|
|
|
|
|
+ writeGlobalProperties(file)
|
|
|
writeGlobalConstants(file)
|
|
writeGlobalConstants(file)
|
|
|
|
|
|
|
|
file:write("\n}\nreturn api\n")
|
|
file:write("\n}\nreturn api\n")
|