sp-codes.de/bower_components/jquery/src/var/push.js

6 lines
63 B
JavaScript
Raw Normal View History

2016-10-28 17:33:25 +00:00
define( [
"./arr"
], function( arr ) {
return arr.push;
} );