mirror of
https://github.com/ascribe/wp-theme
synced 2025-01-10 21:17:17 +01:00
14 lines
193 B
JavaScript
14 lines
193 B
JavaScript
|
/**
|
||
|
* ascribe.io
|
||
|
* http://wordpress.org/themes
|
||
|
*
|
||
|
* Copyright (c) 2015 Territorial
|
||
|
* Licensed under the GPLv2+ license.
|
||
|
*/
|
||
|
|
||
|
( function( window, undefined ) {
|
||
|
'use strict';
|
||
|
|
||
|
|
||
|
} )( this );
|