Browse Source
Merge pull request #12314 from maxunbearable/fix/5294-show-help-circle-symbol
JS Resource Module example minor symbol correction
pull/12336/head
Igor Kulikov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/assets/help/en_US/resource/js-resource-module_fn.md
|
|
|
@ -19,7 +19,7 @@ These modules can contain any JavaScript code, facilitating the reuse of specifi |
|
|
|
|
|
|
|
You can declare variables: |
|
|
|
```javascript |
|
|
|
export const circle = '⬤'; |
|
|
|
export const circle = '⬤'; |
|
|
|
{:copy-code} |
|
|
|
``` |
|
|
|
```javascript |
|
|
|
|