Skip to content

Instantly share code, notes, and snippets.

@quicksnap
Created February 21, 2014 21:56
Show Gist options
  • Select an option

  • Save quicksnap/9144349 to your computer and use it in GitHub Desktop.

Select an option

Save quicksnap/9144349 to your computer and use it in GitHub Desktop.
(function () {
encrypt = function(arguments) {
newPromise = _getPublicKey();
newPromise.success(function(results) {
results.pubKey === 'Foobar'; // true
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment