12 lines
163 B
JavaScript
12 lines
163 B
JavaScript
|
/*
|
||
|
* %FFILE%
|
||
|
* Copyright (C) %YEAR% %USER% <%MAIL%>
|
||
|
*
|
||
|
* Distributed under terms of the %LICENSE% license.
|
||
|
*/
|
||
|
(function(){
|
||
|
'use strict';
|
||
|
|
||
|
%HERE%
|
||
|
})();
|