diff options
Diffstat (limited to 'js/profiler.js')
-rw-r--r-- | js/profiler.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/profiler.js b/js/profiler.js index b6f05d7..277eba3 100644 --- a/js/profiler.js +++ b/js/profiler.js @@ -21,6 +21,8 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ +'use strict'; + /******************************************************************************/ var quickProfiler = (function() { |