r3-legacy/src/r3-runtime-gui-0.js

13 lines
224 B
JavaScript

/**
* R3.Runtime.GUI
* @constructor
*/
R3.Runtime.GUI = function() {
R3.Runtime.call(this);
};
R3.Runtime.GUI.prototype = Object.create(R3.Runtime.prototype);
R3.Runtime.GUI.prototype.constructor = R3.Runtime.GUI;