不要怂,就是干,撸起袖子干!

Commit 34ef9fbc by Mick Hansen

Merge branch 'master' into milestones/2.0.0

2 parents f802965d f25941a4
Showing with 1 additions and 1 deletions
......@@ -130,7 +130,7 @@ if (dialect.match(/^postgres/)) {
}
for (var x = 0; x < 5; ++x) {
tasks[tasks.length] = {id: i+1, name: 'Task' + Math.random()}
tasks[tasks.length] = {id: x+1, name: 'Task' + Math.random()}
}
self.User.sync({ force: true }).success(function() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!