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

Reviewed-by: sundar, lagergren
This commit is contained in:
James Laskey 2013-05-02 15:01:16 -03:00 committed by Jim Laskey
parent cfcdf2c4c1
commit cd9c2c1bb2

@ -35,8 +35,6 @@ com.sun.javafx.application.LauncherImpl.launchApplication((Java.extend(javafx.ap
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);