Commit 3b9d03ac authored by Grandschtroumpf's avatar Grandschtroumpf Committed by François

standard

parent 464b99d9
......@@ -5,7 +5,7 @@ const modalDialog = require('../ui/modaldialog')
const defaultProfile = {
methods: [],
location: 'sidePanel',
type: 'iframe',
type: 'iframe'
}
module.exports = class LocalPlugin {
......@@ -64,7 +64,7 @@ module.exports = class LocalPlugin {
this.profile.displayName = target.value
}
updateProfile(key, e) {
updateProfile (key, e) {
this.profile[key] = e.target.value
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment