Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions web-animations.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ var abstractMethod = function() {
throw 'Abstract method not implemented.';
};

// A notification email must be sent for all feature deprecations to the mailing
// list: [email protected]
// Email template: http://goo.gl/83xFXS
// Add a calendar entry for web-animations-eng on the cutoff date (3 months
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is web-animations-eng?

// later) to remove the deprecated code.
var deprecated = function(name, deprecationDate, advice, plural) {
if (deprecationsSilenced[name]) {
return;
Expand Down