bennyxqg / lua-alchemy

Automatically exported from code.google.com/p/lua-alchemy
0 stars 0 forks source link

All Lua code should use functioncall notation #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not function_call or functionCall.

Needs to be fixed: on_close (what else?).

Original issue reported on code.google.com by aglad...@gmail.com on 15 Jan 2009 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by rstehw...@gmail.com on 15 Jan 2009 at 6:54

GoogleCodeExporter commented 9 years ago
Remember to search for all demos using on_close and any other funcitons

Original comment by rstehw...@gmail.com on 16 Jan 2009 at 1:40

GoogleCodeExporter commented 9 years ago
Pushed as res/fix-interface-function-case
as3.on_close -> as3.onclose
as3.file_get_contents -> as3.filegetcontents
as3.is_as3_value -> as3.isas3value
as3.make_printer -> as3.makeprinter

Original comment by rstehw...@gmail.com on 16 Jan 2009 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by rstehw...@gmail.com on 18 Jan 2009 at 3:36