Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Deckard <jared.deckard@gmail.com>2016-07-28 20:40:17 +0300
committerJared Deckard <jared.deckard@gmail.com>2016-09-08 22:07:27 +0300
commit913857e57765f6911f171fb2fcd12532d6b6f1df (patch)
tree94b0e1dbef817af084d62730a2cc11020e3a65a0 /spec/javascripts
parent7f6474b269a5cfa454d28c0c0da969490c9eb33e (diff)
Require comments must be included before code
Diffstat (limited to 'spec/javascripts')
-rw-r--r--spec/javascripts/spec_helper.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/javascripts/spec_helper.js b/spec/javascripts/spec_helper.js
index 9b41242354f..8801c297887 100644
--- a/spec/javascripts/spec_helper.js
+++ b/spec/javascripts/spec_helper.js
@@ -1,8 +1,3 @@
-(function() {
-
-
-}).call(this);
-
// PhantomJS (Teaspoons default driver) doesn't have support for
// Function.prototype.bind, which has caused confusion. Use this polyfill to
// avoid the confusion.
@@ -40,3 +35,8 @@
// instance) you can disable the suite matcher in the configuration and use this
// file as a manifest.
// For more information: http://github.com/modeset/teaspoon
+
+(function() {
+
+
+}).call(this);