From 1fbc4886684b904f2de9e5f726f9e8c0baa76352 Mon Sep 17 00:00:00 2001 From: "Luke \"Jared\" Bennett" Date: Thu, 2 Mar 2017 12:55:22 +0000 Subject: Corrected JS for new master js build updates [ci skip] --- app/assets/javascripts/behaviors/bind_in_out.js.es6 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'app/assets/javascripts/behaviors') diff --git a/app/assets/javascripts/behaviors/bind_in_out.js.es6 b/app/assets/javascripts/behaviors/bind_in_out.js.es6 index 3cb892451e3..1cc0fc750b5 100644 --- a/app/assets/javascripts/behaviors/bind_in_out.js.es6 +++ b/app/assets/javascripts/behaviors/bind_in_out.js.es6 @@ -41,8 +41,4 @@ class BindInOut { } } -const global = window.gl || (window.gl = {}); - -global.BindInOut = BindInOut; - -module.exports = BindInOut; +export default BindInOut; -- cgit v1.2.1