# HG changeset patch # User jlaskey # Date 1367517676 10800 # Node ID c8023561505be5630ed01e58fd302296f6b659da # Parent 9c2376a250b6f72ac0bed151c4b0c3ef3c5a74a3 8013796: load("fx:base.js") should not be in fx:bootstrap.js Reviewed-by: sundar, lagergren Contributed-by: james.laskey@oracle.com diff -r 9c2376a250b6 -r c8023561505b src/jdk/nashorn/internal/runtime/resources/fx/bootstrap.js --- a/src/jdk/nashorn/internal/runtime/resources/fx/bootstrap.js Thu May 02 13:23:36 2013 -0300 +++ b/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);