Ignore:
Timestamp:
01/22/14 09:56:27 (10 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/WebParser.java

    r733 r734  
    316316                                                                        + "scrollCounter = scrollCounter+1;");
    317317                       
    318                                                         notAtBottom.setValue((boolean) JavaFX.WebEngineExecuteScript.invoke(webEngine, "(window.pageYOffset + window.innerHeight < document.documentElement.scrollHeight)"));
     318                                                        notAtBottom.setValue((Boolean) JavaFX.WebEngineExecuteScript.invoke(webEngine, "(window.pageYOffset + window.innerHeight < document.documentElement.scrollHeight)"));
    319319
    320320                                                        synchronized (notifier) {
Note: See TracChangeset for help on using the changeset viewer.