some more docs..

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-07-31 14:18:07 +03:00
parent 443cde14f5
commit c46c6c394e

View File

@ -1034,6 +1034,10 @@ module.Types = {
// // order of occurrence... // // order of occurrence...
// priority: number | null, // priority: number | null,
// //
// // If set to true will disable additional attribute diffing on
// // matching objects...
// no_attributes: false | true,
//
// // Check if obj is compatible (optional)... // // Check if obj is compatible (optional)...
// // // //
// // .check(obj[, options]) // // .check(obj[, options])