1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 17:19:38 +02:00

code review: fix jshint warning

This commit is contained in:
Raymond Hill 2018-04-10 08:14:10 -04:00
parent 6bbd892dd3
commit e1c18110c0
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -19,7 +19,8 @@
Home: https://github.com/gorhill/uBlock Home: https://github.com/gorhill/uBlock
*/ */
/* global uDom */ /* global CodeMirror, uDom */
'use strict'; 'use strict';
/******************************************************************************/ /******************************************************************************/