Skip to content

Commit

Permalink
Normative: Change default function length value to not include option…
Browse files Browse the repository at this point in the history
…al arguments.

Fixes #264.

 - A few legacy methods that have deviating lengths are documented explicitly.
 - Any unneeded explicit lengths are removed.
 - Needed legacy explicit lengths are added.
 - Spacing inside optional argument brackets is made consistent
 - Fixed a bug with a `DataView` note having the wrong argument name

The DataView prototype get/set methods have inconsistent lengths across all browsers, so rather than select one of them as legacy, I decided to let them fall into the default category, which hopefully implementations will align with.
  • Loading branch information
ljharb committed Dec 18, 2015
1 parent 166ab2b commit 6761173
Showing 1 changed file with 37 additions and 82 deletions.
Loading

0 comments on commit 6761173

Please sign in to comment.