Skip to content

Commit

Permalink
remove un-necessary action decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
lougreenwood committed Oct 22, 2019
1 parent a5c6981 commit c839061
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion addon/components/basic-dropdown-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export default @layout(templateLayout) @tagName('')class BasicDropdownContent ex
* @see https://github.com/cibernox/ember-basic-dropdown/issues/498
* @memberof BasicDropdownContent
*/
@action
noop() {}

@action
Expand Down
1 change: 0 additions & 1 deletion addon/components/basic-dropdown-trigger.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default @layout(templateLayout) @tagName('') class BasicDropdownTrigger e
* @see https://github.com/cibernox/ember-basic-dropdown/issues/498
* @memberof BasicDropdownContent
*/
@action
noop() {}

@action
Expand Down

0 comments on commit c839061

Please sign in to comment.