tuiHoneyPot

front and back end of my TUI honeypot
Log | Files | Refs | README

slice.js (80B)


      1 define( [
      2 	"./arr"
      3 ], function( arr ) {
      4 	"use strict";
      5 
      6 	return arr.slice;
      7 } );