From 6299531f4c8f7daa1b4afab45d0439f635b03982 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Tue, 7 Oct 2014 15:01:42 +0200 Subject: Fixed jshint errors --- web-ui/test/features.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/test/features.js') diff --git a/web-ui/test/features.js b/web-ui/test/features.js index be5a62d5..27c47176 100644 --- a/web-ui/test/features.js +++ b/web-ui/test/features.js @@ -1,4 +1,5 @@ define([], function() { + 'use strict'; return { isEnabled: function(featureName) { return true; -- cgit v1.2.3