1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

Remove duplicate 'use strict';

This commit is contained in:
Deathamns 2014-12-19 21:39:57 +01:00 committed by gorhill
parent dced33ca44
commit 24bc4c9f47

View file

@ -21,8 +21,6 @@
/* globals Services, sendAsyncMessage, addMessageListener, removeMessageListener */
'use strict';
/******************************************************************************/
(function(frameScriptContext) {