com.flowlogix.web.mixins.EffectOverrides.js Maven / Gradle / Ivy
Effect.Highlight.prototype.initialize = function(element) {
this.element = $(element);
if (!this.element) throw(Effect._elementDoesNotExistError);
var options = Object.extend({ startcolor: '%s' }, arguments[1] || { });
this.start(options);
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy