mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 06:15:16 +02:00
Add webpack JSHint loader.
This commit is contained in:
@@ -24,6 +24,7 @@ module.exports = function SettingsServiceFactory(
|
||||
}
|
||||
|
||||
function applyDelta(delta) {
|
||||
// TODO: This causes chaos
|
||||
$rootScope.safeApply(function() {
|
||||
_.merge(settings, delta, function(a, b) {
|
||||
// New Arrays overwrite old Arrays
|
||||
|
||||
Reference in New Issue
Block a user