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

Commit f25941a4 by Mick Hansen

Typo

1 parent 044158df
Showing with 1 additions and 1 deletions
...@@ -130,7 +130,7 @@ if (dialect.match(/^postgres/)) { ...@@ -130,7 +130,7 @@ if (dialect.match(/^postgres/)) {
} }
for (var x = 0; x < 5; ++x) { 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() { 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!