MCPcopy
hub / github.com/wangweianger/zanePerfor / extend

Method extend

app/public/js/util.js:272–278  ·  view source on GitHub ↗
(json1, json2)

Source from the content-addressed store, hash-verified

270 *json2 新数据
271 */
272 extend(json1, json2) {
273 var newJson = json1;
274 for (var j in json2) {
275 newJson[j] = json2[j];
276 }
277 return newJson;
278 }
279
280 //showLoading
281 showLoading() {

Callers 14

eFunction · 0.80
popup.jsFile · 0.80
ButtonFunction · 0.80
PluginFunction · 0.80
clickHandlerFunction · 0.80
CollapseFunction · 0.80
bootstrap.jsFile · 0.80
ScrollSpyFunction · 0.80
AffixFunction · 0.80
cFunction · 0.80
bFunction · 0.80
eFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected