Skip to content

Instantly share code, notes, and snippets.

@voeurnchy
Created April 6, 2018 04:49
Show Gist options
  • Save voeurnchy/52b8fcd16986b2abc68ee8f025076caf to your computer and use it in GitHub Desktop.
Save voeurnchy/52b8fcd16986b2abc68ee8f025076caf to your computer and use it in GitHub Desktop.
make a back up original value
var price = self.custom_value2();
if(!price){
price = self.cost();
self.custom_value2(price);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment