diff --git a/src/deprecated.js b/src/deprecated.js index e543b2b475..29000a946b 100644 --- a/src/deprecated.js +++ b/src/deprecated.js @@ -5,10 +5,3 @@ */ // NOTE: put deprecated methods here that throw a useful error -Polymer.register = function(context) { - if (context != window) { - // context is the here, with a name attribute - var name = context.getAttribute('name'); - throw new Error('Polymer.register is deprecated in declaration of ' + name + '. Please see http://www.polymer-project.org/getting-started.html'); - } -};