Skip to content

Commit

Permalink
[FIX] wording typo (Typo in Documentation marmelab#1078)
Browse files Browse the repository at this point in the history
Good catch, cfatt10 :)
  • Loading branch information
bestori committed May 23, 2016
1 parent 1d5bb9e commit fab44e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE-0.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The `menuView()` syntax will still be supported in this version, but removed in
## Passing Object Literal to `View.fields()` and Using `field.order` Are Deprecated

Calling `view.fields()` as a getter (with no argument) used to return an object literal ; starting with 0.7, it now returns an array.
Symmetrically, passing an object litteral as argument to the setter methor `view.fields(fields)` is deprecated ; only arrays are now officially supported.
Symmetrically, passing an object literal as argument to the setter methor `view.fields(fields)` is deprecated ; only arrays are now officially supported.

Additionaly, the `order()` method, which served to order fields passed in object literal form, is also deprecated.

Expand Down

0 comments on commit fab44e5

Please sign in to comment.