Skip to content

Commit

Permalink
Reword to ignore rather than remove
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Aug 2, 2014
1 parent 782cdce commit b3d0816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ that will be used prior to coupling. This generator should return a fully
compliant W3C (RTCIceServer dictionary)[http://www.w3.org/TR/webrtc/#idl-def-RTCIceServer].

If you pass in both a generator and iceServers, the iceServers _will be
removed_ and the generator used instead.
ignored and the generator used instead.

#### generators.connectionConstraints(flags, constraints)

Expand Down
2 changes: 1 addition & 1 deletion generators.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var mappings = {
compliant W3C (RTCIceServer dictionary)[http://www.w3.org/TR/webrtc/#idl-def-RTCIceServer].
If you pass in both a generator and iceServers, the iceServers _will be
removed_ and the generator used instead.
ignored and the generator used instead.
**/

var iceServerGenerator = function () {
Expand Down

0 comments on commit b3d0816

Please sign in to comment.