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, 2 insertions, 0 deletions
diff --git a/web-ui/app/js/mixins/with_feature_toggle.js b/web-ui/app/js/mixins/with_feature_toggle.js
index 1b364457..7336b74a 100644
--- a/web-ui/app/js/mixins/with_feature_toggle.js
+++ b/web-ui/app/js/mixins/with_feature_toggle.js
@@ -14,6 +14,8 @@
* 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) {