Fixed index issue and unused host var

This commit is contained in:
Harry Hedger 2016-07-22 19:54:02 -04:00
parent 76b52a96c3
commit 626ca9e83b
2 changed files with 0 additions and 3 deletions

View file

@ -38,8 +38,6 @@ export default class Google extends Plugin {
// merge default options with the ones set by user
this.opts = Object.assign({}, defaultOptions, opts)
const host = this.opts.host.replace(/^https?:\/\//, '')
}
install () {

View file

@ -31,7 +31,6 @@ module.exports = {
Spinner,
Present,
DragDrop,
Dropbox,
GoogleDrive,
Formtag,
Tus10,