Created
February 1, 2017 16:32
-
-
Save cevek/a95f4dad63aa3afc978fac589f0f8cb3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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