Remove all usage of Gerrit.FireBehavior
After replaced all 'fire' with 'dispatchEvent', this behavior is no longer needed. Still kept the FireBehavior.js for backward compatbility for now. Change-Id: Iddeba33b46c03e4ec077374a66126b24e9656787
This commit is contained in:
@@ -43,7 +43,6 @@ const MAX_SHORTCUT_CHARS = 5;
|
||||
|
||||
/**
|
||||
* @appliesMixin Gerrit.ChangeTableMixin
|
||||
* @appliesMixin Gerrit.FireMixin
|
||||
* @appliesMixin Gerrit.KeyboardShortcutMixin
|
||||
* @appliesMixin Gerrit.RESTClientMixin
|
||||
* @appliesMixin Gerrit.URLEncodingMixin
|
||||
@@ -52,7 +51,6 @@ const MAX_SHORTCUT_CHARS = 5;
|
||||
class GrChangeList extends mixinBehaviors( [
|
||||
BaseUrlBehavior,
|
||||
Gerrit.ChangeTableBehavior,
|
||||
Gerrit.FireBehavior,
|
||||
Gerrit.KeyboardShortcutBehavior,
|
||||
Gerrit.RESTClientBehavior,
|
||||
Gerrit.URLEncodingBehavior,
|
||||
|
||||
Reference in New Issue
Block a user