All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.amd.chain.js Maven / Gradle / Ivy

The newest version!
define(['./underscore'], function (underscore) {

  // Start chaining a wrapped Underscore object.
  function chain(obj) {
    var instance = underscore(obj);
    instance._chain = true;
    return instance;
  }

  return chain;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy