tuiHoneyPot

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

pop.js (78B)


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