remove redundant semicolon

This commit is contained in:
Micooz 2016-05-01 21:00:29 +08:00
parent 12ef281547
commit 82b7f777f6
1 changed files with 3 additions and 3 deletions

View File

@ -541,7 +541,7 @@
if (this.isMobile) {
this.pause();
}
};
}
/**
* Play music
@ -577,7 +577,7 @@
}, 100);
this.trigger('play');
}
};
}
/**
* Pause music
@ -595,7 +595,7 @@
clearInterval(this.playedTime);
this.trigger('pause');
}
};
}
/**
* attach event