All Downloads are FREE. Search and download functionalities are using the official Maven repository.

libraries.resource-editors.stub.js Maven / Gradle / Ivy

/* a mock implementation required for native binding resolution */
var ResourceEditors = {
	AcePromptoEditor : function() {
		this.render = function() { return {}; };
		return this;
	},
	AceResourceEditor : function() {
		this.render = function() { return {}; };
		return this;
	}
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy