UNPKG
yahoo-swiv
Version:
latest (0.9.42)
0.9.42
0.9.41
0.9.40
0.9.39
A web-based exploratory visualization UI for Druid.io
github.com/yahoo/swiv
yahoo/swiv
yahoo-swiv
/
build
/
common
/
utils
/
object
/
object.js
9 lines
(8 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
function
extend
(
source, target
) {
for
(
var
key
in
source) { target[key] = source[key]; }
return
target; }
exports
.
extend
= extend;