diff --git a/app/components/api-index-filter.js b/app/components/api-index-filter.js index 9ca9e1cb3..17ae15e4f 100644 --- a/app/components/api-index-filter.js +++ b/app/components/api-index-filter.js @@ -1,13 +1,10 @@ /* eslint-disable ember/no-computed-properties-in-native-classes */ -import { classNames } from '@ember-decorators/component'; import { computed } from '@ember/object'; import Component from '@ember/component'; import sortBy from 'lodash.sortby'; const filterDataComputedParams = 'filterData.{showInherited,showProtected,showPrivate,showDeprecated}'; - -@classNames('api-index-filter') export default class ApiIndexFilter extends Component { @computed('model.methods.[]', filterDataComputedParams) get filteredMethods() { diff --git a/app/components/import-example.hbs b/app/components/import-example.hbs index 333464411..a5e633ddd 100644 --- a/app/components/import-example.hbs +++ b/app/components/import-example.hbs @@ -1,4 +1,4 @@ -
+
{{#if (is-clipboard-supported)}}
diff --git a/app/components/table-of-contents.hbs b/app/components/table-of-contents.hbs index 4cb4fc362..739fff0ff 100644 --- a/app/components/table-of-contents.hbs +++ b/app/components/table-of-contents.hbs @@ -1,12 +1,12 @@ -
    -
  1. +