UNPKG

mmir-lib

Version:

MMIR (Mobile Multimodal Interaction and Relay) library

9 lines (8 loc) 156 B
/** * jQuery-based extend-function supporting deep-copy * * @requires jQuery */ define(['jquery'], function(jQuery){ return jQuery.extend; });