Skip to content
  • Sponsor ember-learn/ember-api-docs

  • Notifications You must be signed in to change notification settings
  • Fork 115

Commit 9aef35f

Browse files
committedFeb 2, 2024
more lint and tests
1 parent d9816f9 commit 9aef35f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎app/components/import-example.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{#if this.showClipboardSuccessIcon}}
66
{{svg-jar 'success' width='24px' height='24px'}}
77
{{else}}
8-
<CopyButton @text={{concat 'import ' @item " from '" @package "';"}} @success={{this.showSuccess}}>
8+
<CopyButton @text={{concat 'import ' @item " from '" @package "';"}} @onSuccess={{this.showSuccess}}>
99
{{svg-jar 'copy' width='24px' height='24px'}}
1010
</CopyButton>
1111
{{/if}}

‎app/routes/project-version.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { action } from '@ember/object';
21
import { inject as service } from '@ember/service';
32
import Route from '@ember/routing/route';
43
import semverCompare from 'semver-compare';

0 commit comments

Comments
 (0)