epopov marked 2 inline comments as done.
epopov added inline comments.

INLINE COMMENTS

> broulik wrote in Task.qml:331
> We can use ECMAScript 6 now, use spread syntax:
> 
>   return [
>       ...TaskTools.taskPrefix(etc),
>       ...foo,
>       ...bar
>   ];
> 
> Note the `...`

TaskTools.taskPrefix(...) returns an array, so it will be an array-of-arrays

> broulik wrote in Task.qml:331
> We can use ECMAScript 6 now, use spread syntax:
> 
>   return [
>       ...TaskTools.taskPrefix(etc),
>       ...foo,
>       ...bar
>   ];
> 
> Note the `...`

Ah, now I understand. It looks amazing.

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D28306

To: epopov, davidedmundson, #vdg
Cc: broulik, ngraham, epopov, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, 
cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart

Reply via email to