8013796: load("fx:base.js") should not be in fx:bootstrap.js

Thu, 02 May 2013 15:01:16 -0300

author
jlaskey
date
Thu, 02 May 2013 15:01:16 -0300
changeset 246
c8023561505b
parent 245
9c2376a250b6
child 247
5a3f7867e19c
child 262
80d4db063d5a

8013796: load("fx:base.js") should not be in fx:bootstrap.js
Reviewed-by: sundar, lagergren
Contributed-by: james.laskey@oracle.com

src/jdk/nashorn/internal/runtime/resources/fx/bootstrap.js file | annotate | diff | comparison | revisions
     1.1 --- a/src/jdk/nashorn/internal/runtime/resources/fx/bootstrap.js	Thu May 02 13:23:36 2013 -0300
     1.2 +++ b/src/jdk/nashorn/internal/runtime/resources/fx/bootstrap.js	Thu May 02 15:01:16 2013 -0300
     1.3 @@ -35,8 +35,6 @@
     1.4      init: function() {
     1.5          // Java FX packages and classes must be defined here because
     1.6          // they may not be viable until launch time due to clinit ordering.
     1.7 -
     1.8 -        load("fx:base.js");
     1.9      },
    1.10  
    1.11      // Overridden javafx.application.Application.start(Stage stage);

mercurial