Skip to content

Instantly share code, notes, and snippets.

@cevek
Created February 1, 2017 16:32
Show Gist options
  • Save cevek/a95f4dad63aa3afc978fac589f0f8cb3 to your computer and use it in GitHub Desktop.
Save cevek/a95f4dad63aa3afc978fac589f0f8cb3 to your computer and use it in GitHub Desktop.
var orig = Common.Revealer.reveal;
Common.Revealer.reveal = function(revealable, omitFocus) {
console.log(revealable);
// console.log(Persistence.persistence.binding(uiSourceCode).fileSystem.url())
orig.apply(this, arguments);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment