[Improvement] eslint before build (#455)

This commit is contained in:
neverland
2017-12-19 19:12:32 +08:00
committed by GitHub
parent 05a724c0c8
commit df67b005ce
10 changed files with 371 additions and 39 deletions
+2 -2
View File
@@ -151,7 +151,7 @@ export default create({
width: `${tab.offsetWidth || 0}px`,
transform: `translate3d(${tab.offsetLeft || 0}px, 0, 0)`,
transitionDuration: `${this.duration}s`
}
};
});
},
@@ -197,7 +197,7 @@ export default create({
if (++count < frames) {
raf(animate);
}
}
};
animate();
}
}