Use official API for getting the presenter preprocess
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 26 Nov 2013 10:11:37 +0100
branchpreprocess
changeset 33681dcba7fa13d
parent 335 c74fed864c9c
child 337 e914f515685c
Use official API for getting the presenter
boot-fx/src/test/java/org/apidesign/html/boot/fx/BootstrapTest.java
     1.1 --- a/boot-fx/src/test/java/org/apidesign/html/boot/fx/BootstrapTest.java	Mon Nov 25 17:23:50 2013 +0100
     1.2 +++ b/boot-fx/src/test/java/org/apidesign/html/boot/fx/BootstrapTest.java	Tue Nov 26 10:11:37 2013 +0100
     1.3 @@ -81,7 +81,7 @@
     1.4      
     1.5      public static synchronized void ready(Class<?> browserCls) throws Exception {
     1.6          browserClass = browserCls;
     1.7 -        browserPresenter = FnContext.currentPresenter();
     1.8 +        browserPresenter = Fn.activePresenter();
     1.9          BootstrapTest.class.notifyAll();
    1.10      }
    1.11