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