Changes between Version 30 and Version 31 of WebInspectorCodingStyleGuide
- Timestamp:
- Jun 18, 2020, 1:34:46 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WebInspectorCodingStyleGuide
v30 v31 161 161 162 162 {{{ 163 // `this` will be window163 // `this` will be `window` 164 164 165 165 Base.prototype.compute = (a, b, c) => {