Skip to content

Commit 7f9253c

Browse files
author
刘祺
committed
use es5 syntax
1 parent 28d5ec1 commit 7f9253c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ describe('PostCSS Guidelines', function () {
168168
return this.source
169169
}
170170
this.toString = function(){
171-
let code = this.showSourceCode();
171+
var code = this.showSourceCode();
172172
if ( code ) {
173173
code = '\n\n' + code + '\n';
174174
}

0 commit comments

Comments
 (0)