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

static.js.vendor.modernizr.src.slice.js Maven / Gradle / Ivy

The newest version!
define(['classes'], function(classes) {
  /**
   * slice exposes Array.prototype.slice to convert array-like objects to actual
   * arrays in a compact format without recreating new arrays over and over again
   * (which leads to decreased performance)
   *
   * @access private
   */

  var slice = classes.slice;
  return slice;
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy