File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ module.exports = function(grunt) {
365365 TestRunner . run ( ) ;
366366 } ) ;
367367
368- grunt . registerMultiTask ( "changelog" , "Write the changlog file" , function ( ) {
368+ grunt . registerMultiTask ( "changelog" , "Write the changelog file" , function ( ) {
369369 var done = this . async ( ) ;
370370 var lastTag ;
371371 var files = this . filesSrc ;
Original file line number Diff line number Diff line change @@ -48,7 +48,9 @@ <h2>Results</h2>
4848
4949 for ( var i = 0 ; i < events . length ; i ++ ) {
5050 YUITest . TestRunner . attach ( events [ i ] , function ( event ) {
51- var node ;
51+ var node ,
52+ message ,
53+ messageType ;
5254
5355 switch ( event . type ) {
5456 case this . BEGIN_EVENT :
@@ -116,8 +118,7 @@ <h2>Results</h2>
116118 }
117119
118120 runButton . onclick = function ( ) {
119-
120- //reset the interface
121+ //reset the interface
121122 resultsList . innerHTML = "" ;
122123 resultNode = resultsList ;
123124
You can’t perform that action at this time.
0 commit comments