pixsy/node_modules/jquery/src/var/push.js

8 lines
79 B
JavaScript
Raw Normal View History

2017-12-22 17:22:08 +00:00
define( [
"./arr"
], function( arr ) {
"use strict";
return arr.push;
} );