Skip to content
This repository has been archived by the owner on Mar 3, 2018. It is now read-only.

Commit

Permalink
Rename mastervyrn to MasterVyrn
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulightouch committed Jan 18, 2018
1 parent a573208 commit bffc8cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"granbluefantasy",
"jssdk",
"mastervyrn",
"MasterVyrn",
"maximizable",
"mobage",
"notlogin",
Expand Down
6 changes: 3 additions & 3 deletions src/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ function oneshotListener (element, event, callback, useCapture) {
}

const DEV = process.env.NODE_ENV === 'development'
const log = debug('mastervyrn:log')
const warn = debug('mastervyrn:warn')
const error = debug('mastervyrn:error')
const log = debug('MasterVyrn:log')
const warn = debug('MasterVyrn:warn')
const error = debug('MasterVyrn:error')

export { DEV }
export { oneshotListener, log, warn, error }
2 changes: 1 addition & 1 deletion src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<script>
export default {
name: 'mastervyrn'
name: 'MasterVyrn'
}
</script>

Expand Down
2 changes: 1 addition & 1 deletion src/renderer/libs/webviewService.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { oneshotListener } from '../../common/utils'
*/

let webview
const hostLog = debug('mastervyrn:webview')
const hostLog = debug('MasterVyrn:webview')

/**
* Process received message from webview
Expand Down

0 comments on commit bffc8cb

Please sign in to comment.