1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-04 04:13:15 +03:00
WordPress-Plugin-Boilerplate/plugin-name/public/assets/js/public.js
2013-10-30 16:50:36 -04:00

10 lines
116 B
JavaScript

(function ( $ ) {
"use strict";
$(function () {
// Place your public-facing JavaScript here
});
}(jQuery));