Skip to content

Instantly share code, notes, and snippets.

@jfkhoury
Created October 17, 2014 18:26
Show Gist options
  • Save jfkhoury/ce860ffd584634fd04f9 to your computer and use it in GitHub Desktop.
Save jfkhoury/ce860ffd584634fd04f9 to your computer and use it in GitHub Desktop.
that.updateColor = function (newColor) {
color = newColor;
bridge.post_set_selection_color(colorValue(color));
rangeSelection.change_color(colorValue(color));
updateSelection();
publish("propertychanged", propertyChangedEvent("color"));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment