Skip to content

Instantly share code, notes, and snippets.

@AutomatedTester
Created December 11, 2012 16:31
Show Gist options
  • Select an option

  • Save AutomatedTester/4260075 to your computer and use it in GitHub Desktop.

Select an option

Save AutomatedTester/4260075 to your computer and use it in GitHub Desktop.
☁ Downloads node
> var SBView = function(){}
undefined
> SBView.prototype.shareProductToRoom = function(a,b) {console.log(a); console.log(b)}
[Function]
> SBView.prototype.shareProductToRoom("I <3", "ponies")
I <3
ponies
undefined
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment