mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-01 22:57:41 -04:00
JSDoc all the things
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user