We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652a655 commit d2448abCopy full SHA for d2448ab
README.md
@@ -1,9 +1,9 @@
1
# cyclejs-sortable
2
Makes all children of a selected component sortable
3
4
-Github Repo: https://github.com/SuperManitu/cyclejs-sortable
+Github Repo: https://github.com/cyclejs-community/cyclejs-sortable
5
6
-Full documentation: https://supermanitu.github.io/cyclejs-sortable/
+Full documentation: https://cyclejs-community.github.io/cyclejs-sortable/
7
8
NPM: https://www.npmjs.com/package/cyclejs-sortable
9
@@ -29,7 +29,7 @@ function main(sources)
29
div(['three']),
30
div(['four'])
31
]))
32
- .compose(makeSortable(DOM))
+ .compose(makeSortable(sources.DOM))
33
}
34
35
```
0 commit comments