Currently, the library is dependent on jQuery. It should be possible to remove this dependency by adding a few functions to the $ symbol's prototype:
$.each, $.map, $.extend, $.isArray, $.isPlainObject, $.isFunction
See jQuery docs for expected behavior.
Currently, the library is dependent on jQuery. It should be possible to remove this dependency by adding a few functions to the $ symbol's prototype:
See jQuery docs for expected behavior.