mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
initial commit of the skeletons for the javascript files
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
This commit is contained in:
parent
0c6d8418f6
commit
b868c5da02
2 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
(function( $ ) {
|
||||
'use strict';
|
||||
|
||||
})( jQuery );
|
|
@ -0,0 +1,4 @@
|
|||
(function( $ ) {
|
||||
'use strict';
|
||||
|
||||
})( jQuery );
|
Loading…
Reference in a new issue