X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.qunit.completenessTest.js;h=8d263fbf2e0f0df2ded0df26b7df372d98bddcad;hb=7331bc46e005ec5dbae0ed7e27fda17c5065f821;hp=25cc0572ea4fc520debb5997867005310ceb984b;hpb=43856c34123586d007d09717bf4f900aa1569740;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.qunit.completenessTest.js b/resources/src/jquery/jquery.qunit.completenessTest.js index 25cc0572ea..8d263fbf2e 100644 --- a/resources/src/jquery/jquery.qunit.completenessTest.js +++ b/resources/src/jquery/jquery.qunit.completenessTest.js @@ -186,9 +186,9 @@ * Depending on the action it either injects our listener into the methods, or * reads from our tracker and records which methods have not been called by the test suite. * - * @param {mixed} currObj The variable to check (initially an object, + * @param {Mixed} currObj The variable to check (initially an object, * further down it could be anything). - * @param {String|Null} currName Name of the given object member (Initially this is null). + * @param {string|null} currName Name of the given object member (Initially this is null). * @param {Object} masterVariable Throughout our interation, always keep track of the master/root. * Initially this is the same as currVar. * @param {Array} parentPathArray Array of names that indicate our breadcrumb path starting at @@ -258,8 +258,8 @@ * was called during the test suite (as far as the tracker knows). * If not it adds it to missingTests. * - * @param {String} fnName - * @return {Boolean} + * @param {string} fnName + * @return {boolean} */ hasTest: function ( fnName ) { if ( !( fnName in this.methodCallTracker ) ) {