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

js.share.capture-style.js Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version
sahagin.CaptureStyle = {
  NONE: "none",

  THIS_LINE: "thisLine",

  STEP_IN: "stepIn",

  STEP_IN_ONLY: "stepInOnly"
};

/**
 * @returns {string}
 */
sahagin.CaptureStyle.getDefault = function() {
  return sahagin.CaptureStyle.THIS_LINE;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy