UNPKG
mmir-lib
Version:
latest (7.1.0)
7.1.0
7.0.1
7.0.0
7.0.0-beta6
7.0.0-beta5
7.0.0-beta4
7.0.0-beta3
7.0.0-beta2
7.0.0-beta1
6.2.0
6.1.0
6.0.0
5.2.0
MMIR (Mobile Multimodal Interaction and Relay) library
github.com/mmig/mmir-lib
mmig/mmir-lib
mmir-lib
/
lib
/
tools
/
util_jquery
/
extendDeep.js
9 lines
(8 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * jQuery-based extend-function supporting deep-copy * *
@requires
jQuery
*/
define
([
'jquery'
],
function
(
jQuery
){
return
jQuery.
extend
; });