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) {
365
365
TestRunner . run ( ) ;
366
366
} ) ;
367
367
368
- grunt . registerMultiTask ( "changelog" , "Write the changlog file" , function ( ) {
368
+ grunt . registerMultiTask ( "changelog" , "Write the changelog file" , function ( ) {
369
369
var done = this . async ( ) ;
370
370
var lastTag ;
371
371
var files = this . filesSrc ;
Original file line number Diff line number Diff line change @@ -48,7 +48,9 @@ <h2>Results</h2>
48
48
49
49
for ( var i = 0 ; i < events . length ; i ++ ) {
50
50
YUITest . TestRunner . attach ( events [ i ] , function ( event ) {
51
- var node ;
51
+ var node ,
52
+ message ,
53
+ messageType ;
52
54
53
55
switch ( event . type ) {
54
56
case this . BEGIN_EVENT :
@@ -116,8 +118,7 @@ <h2>Results</h2>
116
118
}
117
119
118
120
runButton . onclick = function ( ) {
119
-
120
- //reset the interface
121
+ //reset the interface
121
122
resultsList . innerHTML = "" ;
122
123
resultNode = resultsList ;
123
124
You can’t perform that action at this time.
0 commit comments