Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas C. Zakas committed Oct 10, 2009
1 parent d717f45 commit 33c32f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions yuitest-fireunit/yui2/yuitest-fireunit.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
*/ */
YAHOO.tool.FireUnit = function(){ YAHOO.tool.FireUnit = function(){


/*(intentionally not documented)
* Handles testrunner events and calls the appropriate
* FireUnit API methods to output information to the
* FireUnit console.
* @param {Object} event The TestRunner event object.
* @return {Void}
*/
function handleEvent(event){ function handleEvent(event){
switch(event.type){ switch(event.type){
case "pass": case "pass":
Expand Down

0 comments on commit 33c32f3

Please sign in to comment.