Forráskód Böngészése

Lua : add/update Todos

Justin Donaldson 9 éve
szülő
commit
8c239bedee
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/generators/genlua.ml

+ 1 - 1
src/generators/genlua.ml

@@ -137,7 +137,7 @@ let basename path =
 		String.sub path (idx + 1) (String.length path - idx - 1)
 		String.sub path (idx + 1) (String.length path - idx - 1)
 	with Not_found -> path
 	with Not_found -> path
 
 
-(* TODO : make this work properly... it was inserting commas where they shouldn't be *)
+(* TODO : is this necessary any more?*)
 let newprop ctx =
 let newprop ctx =
 	match Buffer.nth ctx.buf (Buffer.length ctx.buf - 1) with
 	match Buffer.nth ctx.buf (Buffer.length ctx.buf - 1) with
 	| '{' -> print ctx "\n%s" ctx.tabs
 	| '{' -> print ctx "\n%s" ctx.tabs