Skip to content

Instantly share code, notes, and snippets.

@Meettya
Created April 9, 2012 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Meettya/2342550 to your computer and use it in GitHub Desktop.
Save Meettya/2342550 to your computer and use it in GitHub Desktop.
Object Method
/*
Public method to get all settings at once
*/
Configurator.prototype.get_all = function() {
return this._settings;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment