-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Missing e in function - Tutorial #875
Comments
This isn't critical because the event isn't being used in the callback. I'll leave to @arthurevans to decide if we should add it. |
A linter like JSHint would warn that the |
Well, if you look at the attached support file, witch should contain the "correct" solution, it has the ref: https://github.com/Polymer/polymer-tutorial/blob/master/step-1/index.html /Emil |
Hi Emil, You're right, those two should match. In this case, I think the solution file is wrong -- the subsequent steps and the finished version all omit the e. Sorry for the confusion -- I'll fix that. |
Related to Polymer/old-docs-site/issues/875. Argument isn't used, and is omitted from all the other versions (step-2, step-3, and finished).
Updated the polymer-tutorial repo to match the docs. Thanks for the heads-up, @voxic! |
From @voxic on January 20, 2015 11:50
Hi
Noticed that there is an error in the code in the tutorial instructions.
https://www.polymer-project.org/docs/start/tutorial/step-1.html
The last code box:
Should be:
/Emil
Copied from original issue: Polymer/polymer#1110
The text was updated successfully, but these errors were encountered: