Skip to content

Commit

Permalink
Actually distribute the types, new release
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscop committed Apr 20, 2024
1 parent dcda3e2 commit 789ee89
Show file tree
Hide file tree
Showing 5 changed files with 5,748 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/umbrella.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ Clone a node and append to another.
```

```js
var clone = u("testClone1").clone();
var clone = u(".testClone1").clone();
u(".cloneDestination").append(clone);

```
Expand Down

0 comments on commit 789ee89

Please sign in to comment.