Skip to content

Commit

Permalink
fix: [Bug] .17 - Notify defaults quasarframework#2322
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Jul 26, 2018
1 parent febb37e commit cc262bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import uid from '../utils/uid.js'
import clone from '../utils/clone.js'
import { isSSR } from './platform.js'

let defaults
let defaults = {}

const positionList = [
'top-left', 'top-right',
Expand Down

0 comments on commit cc262bb

Please sign in to comment.