1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-02-06 10:25:56 +00:00
Files
go-inbucket/ui/static/bower_components/jquery/src/var/push.js
James Hillyerd b50c926745 webui: Renamed themes dir to ui
- Eliminated intermediate bootstrap dir
2018-03-25 11:32:59 -07:00

6 lines
63 B
JavaScript

define( [
"./arr"
], function( arr ) {
return arr.push;
} );