Searched defs:Class (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/libs/
H A Djsoneditor-0.7.22-custom.js20 var Class;
24 // The base Class implementation (does nothing)
25 Class = function(){};
27 // Create a new Class that inherits from this class
28 Class.extend = function(prop) {
62 function Class() {
69 Class.prototype = prototype;
72 Class.prototype.constructor = Class;
75 Class
22 var initializing = false, fnTest = /xyz/.test(function(){window.postMessage("xyz");}) ? /\\b_super\\b/ : /.*/; function
66 } class
[all...]

Completed in 30 milliseconds