Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
changeset 245:c8023561505b
8013796: load("fx:base.js") should not be in fx:bootstrap.js
Reviewed-by: sundar, lagergren
Contributed-by: james.laskey@oracle.com
author | jlaskey |
---|---|
date | Thu, 02 May 2013 15:01:16 -0300 |
parents | 9c2376a250b6 |
children | 5a3f7867e19c 80d4db063d5a |
files | src/jdk/nashorn/internal/runtime/resources/fx/bootstrap.js |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);