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-boilerplate/js/display.js
Tom McFarlin e4bbd52ae0 * Moving the boilerplate to its own directory
* Adding an improved README
* Removing unused features of the boilerplate
* Officially tagging as 1.0
2012-11-29 21:45:09 -05:00

6 lines
110 B
JavaScript

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