Mon, 02 May 2016 20:12:45 +0200
Fixed some code style issues.
WebBrowser/AutoScroll/AutoScroller.py | file | annotate | diff | comparison | revisions | |
WebBrowser/AutoScroll/FrameScroller.py | file | annotate | diff | comparison | revisions |
--- a/WebBrowser/AutoScroll/AutoScroller.py Sun May 01 16:58:52 2016 +0200 +++ b/WebBrowser/AutoScroll/AutoScroller.py Mon May 02 20:12:45 2016 +0200 @@ -196,9 +196,9 @@ jsSource = """ var out = { - vertical: + vertical: window.innerWidth > document.documentElement.clientWidth, - horizontal: + horizontal: window.innerHeight > document.documentElement.clientHeight }; out;"""
--- a/WebBrowser/AutoScroll/FrameScroller.py Sun May 01 16:58:52 2016 +0200 +++ b/WebBrowser/AutoScroll/FrameScroller.py Mon May 02 20:12:45 2016 +0200 @@ -47,7 +47,7 @@ Public method to set the web page to be scrolled. @param page page to be scrolled - @type WebBrowserPage + @type WebBrowserPage """ self.__page = page