Bug 1115293 - Use "use strict"

This commit is contained in:
janekptacijarabaci 2018-04-26 05:40:26 +02:00 committed by Roy Tam
commit bb156cfdf1

View file

@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
var Ci = Components.interfaces;
var Cc = Components.classes;
var Cu = Components.utils;