1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Further adjustment to maintain API

This commit is contained in:
Kevin Serrano 2017-10-04 11:07:16 -07:00
parent b158d7fea0
commit 52aee7aa9e
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -54,9 +54,9 @@ window.logStateString = function (cb) {
})
}
window.logState() = function () {
window.logState = function () {
return window.logStateString((result) => {
return result
console.log(result)
})
}