/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to src/settings_data.js

  • Committer: Gustav Hartvigsson
  • Date: 2014-06-09 17:42:01 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140609174201-9j752hye8k69m9ze
* UI for preferences done, it is still not functional.
  * TODO: bind some functions to the different buttons and switches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/**
17
17
 * Please use this function when getting the settings data object. It is not
18
 
 * good to 
 
18
 * good to have multiple instances of the settings data object, it may
 
19
 * cause problems down the line.
19
20
 */
20
21
function get_settings () {
21
22
  if (!_default_settings_object) {
23
24
  }
24
25
  return _default_settings_object;
25
26
}
 
27
 
26
28
/**
27
29
 * NO NOT CREATE INSTANCES FROM THIS OBJECT, USE THE get_settings () FUNCTION!
28
30
 */