Skip to content

Commit c82e7c5

Browse files
committed
Document the isInactive method
1 parent d32b089 commit c82e7c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/usage/methods.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ To preserve an element from beeing flushed you can pass it to the function: ``fl
1515

1616
``isActive("item")``: return true or false, usefull for v-show
1717

18+
``isInactive("item")``: return true or false
19+
1820
.. highlight:: django
1921

2022
::
2123

22-
this.flush();
2324
this.activate(["myitem"]);
2425

2526

0 commit comments

Comments
 (0)