Class Helpers

Object
   |
   +--Helpers

class Helpers

Defined in helpers.js


Constructor Summary
Helpers()
           
 
Method Summary
 object the decoded .json configuration file. loadConfiguration(<string> name)
           Loads in a .json configuration file.
 {string} stringToActionName(<string> string, <string> character)
           Converts a string with hyphens to a camel-case action name.
 {string} stringToClassName(<string> string, <string> character)
           Converts a string with hyphens to a string with capitalized first letters.

Constructor Detail

Helpers

Helpers()

Method Detail

loadConfiguration

object the decoded .json configuration file. loadConfiguration(<string> name)

stringToActionName

{string} stringToActionName(<string> string, <string> character)

stringToClassName

{string} stringToClassName(<string> string, <string> character)


Documentation generated by JSDoc on Sun May 9 00:47:14 2010