1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 01:13:15 +03:00

initial commit of the skeletons for the javascript files

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
This commit is contained in:
Tom McFarlin 2014-04-09 16:10:27 -04:00
parent 0c6d8418f6
commit b868c5da02
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
(function( $ ) {
'use strict';
})( jQuery );

View file

@ -0,0 +1,4 @@
(function( $ ) {
'use strict';
})( jQuery );