mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-30 13:56:58 -04:00
Renamed ClayConfig.getSettings() to ClayConfig.serialize()
This commit is contained in:
@@ -155,8 +155,8 @@ function ClayConfig(settings, config, $rootContainer, meta) {
|
||||
/**
|
||||
* @returns {Object}
|
||||
*/
|
||||
self.getSettings = function() {
|
||||
_checkBuilt('getSettings');
|
||||
self.serialize = function() {
|
||||
_checkBuilt('serialize');
|
||||
_.eachObj(_itemsByAppKey, function(appKey, item) {
|
||||
_settings[appKey] = item.get();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user