We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4670fa commit 59b0c02Copy full SHA for 59b0c02
examples/pxScene2d/src/browser.js
@@ -20,7 +20,6 @@ var homeUrl = "https://www.pxscene.org/examples/px-reference/text/sample.md";
20
21
px.configImport({"browser:" : /*px.getPackageBaseFilePath() + */ "browser/"});
22
23
-
24
px.import({ scene: 'px:scene.1.js',
25
keys: 'px:tools.keys.js',
26
ListBox: 'browser:listbox.js',
@@ -80,15 +79,6 @@ px.import({ scene: 'px:scene.1.js',
80
79
return "allow"; // allow request to bubble to parent
81
});
82
83
- scene.on('onClose', function(e) {
84
- keys = null;
85
- for (var key in inputBox) { delete inputBox[key]; }
86
- listBox = null;
87
- browser = null
88
- inputBox = null;
89
- scene = null;
90
- });
91
92
var currentGen = 0
93
function reload(u, keepHistory)
94
{
0 commit comments