8013796: load("fx:base.js") should not be in fx:bootstrap.js
Reviewed-by: sundar, lagergren
Contributed-by: james.laskey@oracle.com
--- 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);