JoelEinbinder
|
117a128b42
|
Introduce Page.$ and Page.$$ (#75)
This patch introduces Page.$ and Page.$$ methods which are
aliases for `document.querySelector` and `document.querySelectorAll`.
Fixes #78.
|
2017-07-17 18:56:56 -07:00 |
|
Andrey Lushnikov
|
67d109862a
|
[doclint] parse getters as properties
From the api standpoint, there's no difference between property
and a getter.
References #14.
|
2017-07-13 23:12:38 -07:00 |
|
Andrey Lushnikov
|
c468c451c5
|
[doclint] move doclint testing to golden
This patch:
- move doclint testing to golden
- refactor doclint/lint.js to drop specs and everything
|
2017-07-13 11:17:02 -07:00 |
|