Skip to content

Commit 84aaa8f

Browse files
committed
cleanup(styleFactory): Remove superfluous param.
1 parent 9fd35ee commit 84aaa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrollReveal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ window.scrollReveal = (function( window ) {
387387
/**
388388
* Construct initial and target styles.
389389
*/
390-
build = function( flag ) {
390+
build = function() {
391391

392392
if ( parseInt( elem.config.move ) != 0 ) {
393393

0 commit comments

Comments
 (0)