Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Fix 1754 #1758

Merged
merged 1 commit into from
Sep 26, 2016
Merged
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
1 change: 0 additions & 1 deletion app/1.0/blog/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ As you've seen, defining custom elements and/or Polymer elements using classes i
### Additional resources

- [Using ES6 with Polymer](https://www.youtube.com/watch?v=bX3_tN23M_Y) video from Polymer Summit 2015
- [Polymer Starter Kit](https://github.com/PolymerElements/polymer-starter-kit/blob/master/docs/add-es2015-support-babel.md) support/recipe
- [BabelJS](https://babeljs.io/)—transpiler for ES6 -> ES5
- [ES6 In Depth articles](https://hacks.mozilla.org/category/es6-in-depth/) on Mozilla Hacks
- [Custom Elements 101](http://www.html5rocks.com/en/tutorials/webcomponents/customelements/) on html5rocks
Expand Down