13 lines
121 B
JavaScript
13 lines
121 B
JavaScript
/**
|
|
* @file
|
|
* A JavaScript file for the theme.
|
|
*/
|
|
|
|
(function () {
|
|
|
|
'use strict';
|
|
|
|
// Place your code here.
|
|
|
|
})();
|