mihi-tr / actispy

BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Configuration object. #4

Closed mihi-tr closed 10 years ago

mihi-tr commented 10 years ago

Create a configuration object that contains all the data and has methods to save an load settings...

e.g.

var Config = {
  save: function() { ... },
  load: funtion() {...},
}