Blame view

vendor/bower-asset/jquery/src/var/slice.js 62 Bytes
b2a15e0c   Dmitryi   роли и права поль...
1
2
3
4
5
  define([
  	"./arr"
  ], function( arr ) {
  	return arr.slice;
  });