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

js.prompto.runtime.LinkedValue.js Maven / Gradle / Ivy



/* used to ensure downcast local resolves to actual value */
function LinkedValue(context) {
	this.context = context;
    return this;
}

exports.LinkedValue = LinkedValue;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy