8013796: load("fx:base.js") should not be in fx:bootstrap.js
authorjlaskey
Thu, 02 May 2013 15:01:16 -0300
changeset 17517 6307da5e2b0f
parent 17516 de95f0ccc5cf
child 17518 2225a4f929c0
child 17742 55c938a4618a
8013796: load("fx:base.js") should not be in fx:bootstrap.js Reviewed-by: sundar, lagergren Contributed-by: james.laskey@oracle.com
nashorn/src/jdk/nashorn/internal/runtime/resources/fx/bootstrap.js
--- a/nashorn/src/jdk/nashorn/internal/runtime/resources/fx/bootstrap.js	Thu May 02 13:23:36 2013 -0300
+++ b/nashorn/src/jdk/nashorn/internal/runtime/resources/fx/bootstrap.js	Thu May 02 15:01:16 2013 -0300
@@ -35,8 +35,6 @@
     init: function() {
         // Java FX packages and classes must be defined here because
         // they may not be viable until launch time due to clinit ordering.
-
-        load("fx:base.js");
     },
 
     // Overridden javafx.application.Application.start(Stage stage);