aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 857bf8d..554303e 100644
--- a/README.md
+++ b/README.md
@@ -356,6 +356,14 @@ rect.forward();
rect.backward();
```
+The arrange.js module brings some additional methods:
+
+```javascript
+// returns the position (a number) of the element between its siblings
+rect.position();
+```
+
+
_This functionality requires the arrange.js module which is included in the default distribution._