From 650e46afbcf21334c95af5814b6d00c01901dac2 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Thu, 26 Jan 2017 00:54:55 +0900 Subject: s/an/a/ [ci skip] --- actionview/app/assets/javascripts/utils/event.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/app') 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, -- cgit v1.2.3