Am Montag, 24. November 2014, 20:47:26 schrieb Marco Martin:
> pageStack.push(someItem, {fgcolor: "red", bgcolor: "blue"}, true) would just
> wrap internally
> stackView.push({item: someItem, immediate: true, properties: {fgcolor:
> "red", bgcolor: "blue"}})
So it seems when I define a
function push(item, properties, immediate) {
push({item: item, properties: properties, immediate: immediate})
}
works, that was... unexpected.
_______________________________________________
Plasma-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/plasma-devel