mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor cleanup....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
67151cce42
commit
15dca8755c
@ -1131,10 +1131,7 @@ var UtilActions = actions.Actions({
|
||||
config = config instanceof Function ? config.call(this)
|
||||
: typeof(config) == typeof('str') ? this.config[config]
|
||||
: config
|
||||
var that = this
|
||||
Object.keys(config).forEach(function(key){
|
||||
that.config[key] = config[key]
|
||||
})
|
||||
Object.assign(this.config, config)
|
||||
}],
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user