Skip to content
Snippets Groups Projects
Commit f8a736d0 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Merge branch 'remove-imports-loader-window-bind' into 'master'

Remove window-binding hack with imports-loader

See merge request !9123
parents 19ff8177 c74b7eb2
No related branches found
No related tags found
1 merge request!9123Remove window-binding hack with imports-loader
Pipeline #
Loading
@@ -166,4 +166,4 @@ require('~/new_branch_form');
Loading
@@ -166,4 +166,4 @@ require('~/new_branch_form');
}); });
}); });
}); });
}).call(this); }).call(window);
Loading
@@ -73,4 +73,4 @@ require('~/lib/utils/text_utility');
Loading
@@ -73,4 +73,4 @@ require('~/lib/utils/text_utility');
}); });
}); });
}); });
}).call(this); }).call(window);
Loading
@@ -51,4 +51,4 @@ require('~/project');
Loading
@@ -51,4 +51,4 @@ require('~/project');
window.gon = {}; window.gon = {};
}); });
}); });
}).call(this); }).call(window);
Loading
@@ -79,4 +79,4 @@ require('~/extensions/jquery.js');
Loading
@@ -79,4 +79,4 @@ require('~/extensions/jquery.js');
expect(todoToggleSpy.calls.count()).toEqual(1); expect(todoToggleSpy.calls.count()).toEqual(1);
}); });
}); });
}).call(this); }).call(window);
Loading
@@ -175,4 +175,4 @@ require('vendor/fuzzaldrin-plus');
Loading
@@ -175,4 +175,4 @@ require('vendor/fuzzaldrin-plus');
expect(enterKeyEvent.isDefaultPrevented()).toBe(true); expect(enterKeyEvent.isDefaultPrevented()).toBe(true);
}); });
}); });
}).call(this); }).call(window);
Loading
@@ -79,4 +79,4 @@ require('~/shortcuts_issuable');
Loading
@@ -79,4 +79,4 @@ require('~/shortcuts_issuable');
}); });
}); });
}); });
}).call(this); }).call(window);
Loading
@@ -41,4 +41,4 @@ require('~/syntax_highlight');
Loading
@@ -41,4 +41,4 @@ require('~/syntax_highlight');
}); });
}); });
}); });
}).call(this); }).call(window);
Loading
@@ -69,4 +69,4 @@ require('./mock_u2f_device');
Loading
@@ -69,4 +69,4 @@ require('./mock_u2f_device');
}); });
}); });
}); });
}).call(this); }).call(window);
Loading
@@ -30,4 +30,4 @@
Loading
@@ -30,4 +30,4 @@
   
return MockU2FDevice; return MockU2FDevice;
})(); })();
}).call(this); }).call(window);
Loading
@@ -74,4 +74,4 @@ require('./mock_u2f_device');
Loading
@@ -74,4 +74,4 @@ require('./mock_u2f_device');
}); });
}); });
}); });
}).call(this); }).call(window);
Loading
@@ -76,4 +76,4 @@ require('~/zen_mode');
Loading
@@ -76,4 +76,4 @@ require('~/zen_mode');
keyCode: 27 keyCode: 27
})); }));
}; };
}).call(this); }).call(window);
Loading
@@ -2273,13 +2273,6 @@ ignore@^3.2.0:
Loading
@@ -2273,13 +2273,6 @@ ignore@^3.2.0:
version "3.2.2" version "3.2.2"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.2.2.tgz#1c51e1ef53bab6ddc15db4d9ac4ec139eceb3410" resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.2.2.tgz#1c51e1ef53bab6ddc15db4d9ac4ec139eceb3410"
   
imports-loader@^0.6.5:
version "0.6.5"
resolved "https://registry.yarnpkg.com/imports-loader/-/imports-loader-0.6.5.tgz#ae74653031d59e37b3c2fb2544ac61aeae3530a6"
dependencies:
loader-utils "0.2.x"
source-map "0.1.x"
imurmurhash@^0.1.4: imurmurhash@^0.1.4:
version "0.1.4" version "0.1.4"
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment