aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/app
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2017-01-26 00:54:55 +0900
committerAkira Matsuda <ronnie@dio.jp>2017-01-26 00:56:40 +0900
commit650e46afbcf21334c95af5814b6d00c01901dac2 (patch)
treefaa9516dd46447f062ba57b42b9b25d35eda50cf /actionview/app
parentc6f7c18e25a7fb3719ae15c2d3662e340f63c164 (diff)
downloadrails-650e46afbcf21334c95af5814b6d00c01901dac2.tar.gz
rails-650e46afbcf21334c95af5814b6d00c01901dac2.tar.bz2
rails-650e46afbcf21334c95af5814b6d00c01901dac2.zip
s/an/a/
[ci skip]
Diffstat (limited to 'actionview/app')
-rw-r--r--actionview/app/assets/javascripts/utils/event.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/app/assets/javascripts/utils/event.coffee b/actionview/app/assets/javascripts/utils/event.coffee
index 049b2a3ecd..d25fe8e546 100644
--- a/actionview/app/assets/javascripts/utils/event.coffee
+++ b/actionview/app/assets/javascripts/utils/event.coffee
@@ -13,7 +13,7 @@ if typeof CustomEvent is 'function'
evt
CustomEvent.prototype = window.Event.prototype
-# Triggers an custom event on an element and returns false if the event result is false
+# Triggers a custom event on an element and returns false if the event result is false
fire = Rails.fire = (obj, name, data) ->
event = new CustomEvent(
name,