This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix provision key override on assignement (
#241
)
4.3
Joris Tirado
5 years ago
committed by
GitHub
parent
699d99e3e5
commit
85dd3b34cb
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
submodules/devices/devices.js
+ 1
- 1
submodules/devices/devices.js
View File
@ -1040,7 +1040,7 @@ define(function(require) {
return
_
.
every
(
[
dest
,
src
]
,
_
.
isArray
)
?
src
:
undefined
;
return
_
.
every
(
[
dest
,
src
]
,
_
.
isArray
)
?
src
:
undefined
;
}
}
)
,
)
,
mergedDevice
=
_
.
assign
(
mergedDevice
=
_
.
merge
(
{
}
,
{
}
,
deviceData
,
deviceData
,
deviceOverrides
deviceOverrides
Write
Preview
Loading…
Cancel
Save