Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/typedObjects/references.js

Issue 29324295: Noissue - Add missing semicolons (Closed)
Patch Set: Created Aug. 19, 2015, 10:19 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/typedObjects/arrayTypes.js ('k') | lib/typedObjects/stringType.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/typedObjects/references.js
diff --git a/lib/typedObjects/references.js b/lib/typedObjects/references.js
index 0ddf475eb48c953b1564cbfc826edf2cebaad632..f6f0723ac9541604b61616df5a7b8409f4b35ad5 100644
--- a/lib/typedObjects/references.js
+++ b/lib/typedObjects/references.js
@@ -78,7 +78,7 @@ Reference.prototype = {
},
bufferIndex: -1,
byteOffset: 0
-}
+};
Reference.byteLength = calculateSize(Reference_properties);
Reference.viewTypes = Object.freeze(getViewTypes(Reference_properties));
exports.Reference = Reference;
« no previous file with comments | « lib/typedObjects/arrayTypes.js ('k') | lib/typedObjects/stringType.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld