JSDoc all the things

This commit is contained in:
Keegan
2016-02-09 17:19:41 -08:00
parent c0f6fb770c
commit 6f182b7358
11 changed files with 83 additions and 42 deletions
+1
View File
@@ -5,6 +5,7 @@ var assert = require('chai').assert;
/**
* @param {Object} object
* @param {Array} properties
* @return {void}
*/
module.exports.checkReadOnly = function(object, properties) {
properties.forEach(function(property) {