tuiHoneyPot

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

splice.js (81B)


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