fix loadingIndicator default value

This commit is contained in:
Pooya Parsa 2017-08-18 14:59:37 +04:30
parent 136f066556
commit 38f9c21f21

View File

@ -236,9 +236,7 @@ Options.defaults = {
height: '2px',
duration: 5000
},
loadingIndicator: {
name: undefined
},
loadingIndicator: {},
transition: {
name: 'page',
mode: 'out-in'