1
0
mirror of synced 2025-12-12 09:10:55 +08:00

remove superfluous code

This commit is contained in:
root
2017-06-23 09:17:23 +08:00
parent 42fc166c29
commit f0b88b9491
2 changed files with 0 additions and 9 deletions

View File

@@ -1,5 +1,3 @@
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import App from './App.vue'
import store from './vuex/store'

View File

@@ -9,13 +9,6 @@ import { hasWebAudioAPI } from '../unit/music'
const { fromJS, List } = require('immutable')
Vue.use(Vuex)
let ttt = lastRecord && !isNaN(parseInt(lastRecord.speedRun, 10))
? parseInt(lastRecord.speedRun, 10)
: 1
if (ttt < 1 || ttt > 6) {
ttt = 1
}
let clearLinesInitState = lastRecord &&
!isNaN(parseInt(lastRecord.clearLines, 10))
? parseInt(lastRecord.clearLines, 10)