Skip to content

Commit

Permalink
Refine parameter type for assert.propertyVal().
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=146149509
  • Loading branch information
c1051 authored and blickly committed Feb 1, 2017
1 parent 6bd3391 commit 89609f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/externs/chai-3.5.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ assert.isUndefined = function(value, opt_message) {};
assert.isDefined = function(value, opt_message) {};

/**
* @param {Object} object
* @param {?Object|undefined} object
* @param {string} property
* @param {*} value
* @param {string=} opt_message
Expand Down

0 comments on commit 89609f0

Please sign in to comment.