Add m.redraw() support for multiple mount points
To better match `0.2.x` behavior: https://jsfiddle.net/xbpyqL9k/
This commit is contained in:
parent
058b25002d
commit
71c77ba603
8 changed files with 97 additions and 30 deletions
|
|
@ -19,10 +19,12 @@
|
|||
<script src="../../querystring/parse.js"></script>
|
||||
<script src="../../request/request.js"></script>
|
||||
<script src="../../router/router.js"></script>
|
||||
<script src="../redraw.js"></script>
|
||||
<script src="../throttle.js"></script>
|
||||
<script src="../mount.js"></script>
|
||||
<script src="../router.js"></script>
|
||||
|
||||
<script src="./test-redraw.js"></script>
|
||||
<script src="./test-throttle.js"></script>
|
||||
<script src="./test-mount.js"></script>
|
||||
<script src="./test-router.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue