Commit 67e00d38 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Rename the Ext4 event handler last param to eOpts.

'options' is a common name that one could give to normal event param,
better to have this special appended param named so that there's
smaller chance for conflicts.
parent 3fb0d6e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ module JsDuck

      options = {
        :tagname => :param,
        :name => "options",
        :name => "eOpts",
        :type => "Object",
        :doc => "The options object passed to {@link Ext.util.Observable#addListener}."
      }