This commit is contained in:
Steve Dee 2012-02-07 23:20:46 -08:00
parent f922fc35bc
commit f811403b20

View File

@ -12,8 +12,8 @@
#
# ++ and -- are allowed.
#
# Varibles are in camelCase. I prefer underscore_separated, but JavaScript uses
# camelCase everywhere.
# Variables are in camelCase. I prefer underscore_separated, but JavaScript
# uses camelCase everywhere.
#
# Private members and methods are prefixed by underscores.
#