Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 0f34722

Browse files
author
Rohit Mulange
committed
Build: Correct Spacing
1 parent 6d725bc commit 0f34722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

performance/component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var components = {
77
html = "";
88

99
function render( i ) {
10-
framework[ component ].variations[ keys[ i ] ].forEach(function( value ) {
10+
framework[ component ].variations[ keys[ i ] ].forEach( function( value ) {
1111
current[ keys[ i ] ] = value;
1212
if ( i < keys.length - 1 ) {
1313
render( i + 1 );
@@ -17,7 +17,7 @@ var components = {
1717
html = html + framework[ component ].generator.call( this, current );
1818
}
1919
}
20-
});
20+
} );
2121
}
2222
while ( currentCount < count ) {
2323
render( 0 );

0 commit comments

Comments
 (0)