Skip to content

Commit

Permalink
Mark AudioListener as not deprecated (mdn#2971)
Browse files Browse the repository at this point in the history
This change updates the status data for AudioListener to accurately
represent its status as not deprecated.
  • Loading branch information
sideshowbarker authored and rachelandrew committed Oct 15, 2018
1 parent 1e49041 commit 011da77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/AudioListener.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
"deprecated": false
}
},
"dopplerFactor": {
Expand Down

0 comments on commit 011da77

Please sign in to comment.