We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc481c commit 17515daCopy full SHA for 17515da
src/deprecated.js
@@ -5,10 +5,3 @@
5
*/
6
7
// NOTE: put deprecated methods here that throw a useful error
8
-Polymer.register = function(context) {
9
- if (context != window) {
10
- // context is the <element> here, with a name attribute
11
- var name = context.getAttribute('name');
12
- throw new Error('Polymer.register is deprecated in declaration of ' + name + '. Please see http://www.polymer-project.org/getting-started.html');
13
- }
14
-};
0 commit comments