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

standard

parent 464b99d9
...@@ -5,7 +5,7 @@ const modalDialog = require('../ui/modaldialog') ...@@ -5,7 +5,7 @@ const modalDialog = require('../ui/modaldialog')
const defaultProfile = { const defaultProfile = {
methods: [], methods: [],
location: 'sidePanel', location: 'sidePanel',
type: 'iframe', type: 'iframe'
} }
module.exports = class LocalPlugin { module.exports = class LocalPlugin {
...@@ -64,7 +64,7 @@ module.exports = class LocalPlugin { ...@@ -64,7 +64,7 @@ module.exports = class LocalPlugin {
this.profile.displayName = target.value this.profile.displayName = target.value
} }
updateProfile(key, e) { updateProfile (key, e) {
this.profile[key] = e.target.value 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