Changes between Version 2 and Version 3 of WebInspectorCodingStyleGuide
- Timestamp:
- Nov 6, 2013, 10:00:40 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebInspectorCodingStyleGuide
v2 v3 32 32 33 33 WebInspector.NewObjectType.prototype = { 34 35 34 constructor: WebInspector.NewObjectType, 36 35 __proto__: WebInspector.Object.prototype,