Edit File: push.js
define( [ "./arr" ], function( arr ) { "use strict"; return arr.push; } );
Back to File Manager