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

com.flowlogix.web.mixins.EffectOverrides.js Maven / Gradle / Ivy

There is a newer version: 4.0.9
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy