File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1- // The Vue build version to load with the `import` command
2- // (runtime-only or standalone) has been set in webpack.base.conf with an alias.
31import Vue from 'vue'
42import App from './App.vue'
53import store from './vuex/store'
Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ import { hasWebAudioAPI } from '../unit/music'
99const { fromJS, List } = require ( 'immutable' )
1010Vue . use ( Vuex )
1111
12- let ttt = lastRecord && ! isNaN ( parseInt ( lastRecord . speedRun , 10 ) )
13- ? parseInt ( lastRecord . speedRun , 10 )
14- : 1
15- if ( ttt < 1 || ttt > 6 ) {
16- ttt = 1
17- }
18-
1912let clearLinesInitState = lastRecord &&
2013 ! isNaN ( parseInt ( lastRecord . clearLines , 10 ) )
2114 ? parseInt ( lastRecord . clearLines , 10 )
You can’t perform that action at this time.
0 commit comments