Skip to content

Commit 6c28c9a

Browse files
committed
remove return
1 parent 884cc85 commit 6c28c9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/QueueAnim.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ class QueueAnim extends React.Component {
282282
const rep = new RegExp(`^.*${dataKey}\\(([^\\)]+?)\\).*`, 'i');
283283
const transformData = transformString.replace(rep, '$1');
284284
data[dataKey][1] = parseFloat(transformData);
285-
return;
286285
}
287286
}
288287
} else if (nodeStyle[dataKey] && parseFloat(nodeStyle[dataKey])) {

0 commit comments

Comments
 (0)