Convert call site back to public version

This commit is contained in:
Jordan Eldredge 2018-09-26 01:05:11 -07:00 committed by GitHub
parent 15aae9387a
commit 9cef2e606a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,7 +271,7 @@ Raven.context(() => {
}
});
webamp.__onTrackDidChange(track => {
webamp.onTrackDidChange(track => {
document.title =
track == null
? DEFAULT_DOCUMENT_TITLE