summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mixins/with_feature_toggle.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/mixins/with_feature_toggle.js')
-rw-r--r--web-ui/app/js/mixins/with_feature_toggle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/mixins/with_feature_toggle.js b/web-ui/app/js/mixins/with_feature_toggle.js
index 7336b74a..b286cc48 100644
--- a/web-ui/app/js/mixins/with_feature_toggle.js
+++ b/web-ui/app/js/mixins/with_feature_toggle.js
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
*/
-/* global _ */
+
'use strict';
define(['features'],
function(features) {