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

6 lines
110 B
JavaScript

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