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

Commit ef5439f2 by Martin Otten

added missing space

1 parent 96380d2e
Showing with 1 additions and 1 deletions
......@@ -89,7 +89,7 @@ task.updateAttributes({
}).then(function() {})
```
It's also possible to define which attributes should be saved when calling`save`, by passing an array of column names. This is useful when you set attributes based on a previously defined object. E.g. if you get the values of an object via a form of a web app. Furthermore this is used internally for `updateAttributes`. This is how it looks like:
It's also possible to define which attributes should be saved when calling `save`, by passing an array of column names. This is useful when you set attributes based on a previously defined object. E.g. if you get the values of an object via a form of a web app. Furthermore this is used internally for `updateAttributes`. This is how it looks like:
```js
task.title = 'foooo'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!