summaryrefslogtreecommitdiff
path: root/lib/banzai
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-15 18:31:01 -0500
committerMike Greiling <mike@pixelcog.com>2017-03-15 18:31:01 -0500
commit95d38ac9f97e80a26aac8026a4d38a54fbdc98e8 (patch)
tree26a92aae77b23933626af819a4363552b0e1b824 /lib/banzai
parent68e40bd49fde7b790bb31b9ac85a249bedd817d2 (diff)
downloadgitlab-ce-remove-es6-extension-configuration.tar.gz
remove all references to the .es6 in our config files and documentationremove-es6-extension-configuration
Diffstat (limited to 'lib/banzai')
-rw-r--r--lib/banzai/pipeline/gfm_pipeline.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/banzai/pipeline/gfm_pipeline.rb b/lib/banzai/pipeline/gfm_pipeline.rb
index b25d6f18d59..fd4a6a107c2 100644
--- a/lib/banzai/pipeline/gfm_pipeline.rb
+++ b/lib/banzai/pipeline/gfm_pipeline.rb
@@ -2,10 +2,10 @@ module Banzai
module Pipeline
class GfmPipeline < BasePipeline
# These filters convert GitLab Flavored Markdown (GFM) to HTML.
- # The handlers defined in app/assets/javascripts/copy_as_gfm.js.es6
+ # The handlers defined in app/assets/javascripts/copy_as_gfm.js
# consequently convert that same HTML to GFM to be copied to the clipboard.
# Every filter that generates HTML from GFM should have a handler in
- # app/assets/javascripts/copy_as_gfm.js.es6, in reverse order.
+ # app/assets/javascripts/copy_as_gfm.js, in reverse order.
# The GFM-to-HTML-to-GFM cycle is tested in spec/features/copy_as_gfm_spec.rb.
def self.filters
@filters ||= FilterArray[