Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Best Practices and Conventions for Sky Frameworks | 1 Best Practices and Conventions for Sky Frameworks |
| 2 ================================================= | 2 ================================================= |
| 3 | 3 |
| 4 * elements should not expose convenience property accessors that just | 4 * elements should not expose convenience property accessors that just |
| 5 reflect content attributes. | 5 reflect content attributes. |
| 6 | 6 |
| 7 * a module's exports should be frozen to prevent changes | |
| OLD | NEW |