Skip to content

Commit 20b0b43

Browse files
author
Ryan A. Johnson
committed
chore(jsdoc): wip
* Begin adding JSDoc comments * Convert some classes to use new HXElement lifecycle methods. * `$onCreate`, `static get template`, `$onConnect`, `$onDisconnect`, `$onAttributeChange` * Update regression tests based on updates.
1 parent 276f9cb commit 20b0b43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+954
-482
lines changed

bin/start.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ browserSync.init({
4040
`${CONFIG.docsDir}/**/*`,
4141
`${CONFIG.sourceDir}/*.less`,
4242
`${CONFIG.sourceDir}/helix-ui/styles/**/*.less`,
43+
`!${CONFIG.docsDir}/api/*`,
44+
`!${CONFIG.docsDir}/api/**/*`,
4345
],
4446
fn: _.debounce(function () {
4547
compileStyles();

docs/images/api/pos-bottom-end.png

1.25 KB
Loading
1.31 KB
Loading
1.26 KB
Loading
1.27 KB
Loading

docs/images/api/pos-bottom.png

1.33 KB
Loading

docs/images/api/pos-center.png

1.09 KB
Loading
1.16 KB
Loading

docs/images/api/pos-left-end.png

1.16 KB
Loading

docs/images/api/pos-left-start.png

1.17 KB
Loading

0 commit comments

Comments
 (0)