Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 042bf9e

Browse files
Merge pull request #8390 from sathiyaaa/issue-8389-formatting-error
added a missing code-fence
2 parents 1506ff7 + a20b57c commit 042bf9e

File tree

1 file changed

+1
-0
lines changed
  • src/guides/v2.3/javascript-dev-guide/javascript

1 file changed

+1
-0
lines changed

src/guides/v2.3/javascript-dev-guide/javascript/js_init.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Consider the example of adding a custom carousel JS:
4444
$(element).<carousel_name>(config);
4545
};
4646
});
47+
```
4748

4849
1. Add the RequireJS config to the `app/design/frontend/<package_name>/<theme_name>/requirejs-config.js` file.
4950

0 commit comments

Comments
 (0)