mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
fixed jshint error
This commit is contained in:
@@ -11,7 +11,9 @@ function ifTruePush(bool, array, data) {
|
||||
}
|
||||
|
||||
function ifTruePushArray(bool, array, dataArray) {
|
||||
if(!bool) return;
|
||||
if(!bool) {
|
||||
return;
|
||||
}
|
||||
|
||||
dataArray.forEach(function(item) {
|
||||
ifTruePush(item, array, item);
|
||||
|
||||
Reference in New Issue
Block a user