Declare AppManager.js as pragma library

It doesn't store any state but contains only functions.

Differential Revision: https://phabricator.kde.org/D6676
This commit is contained in:
Kai Uwe Broulik 2017-07-13 14:27:59 +02:00
parent 1d0a0b5cdf
commit d8f1d44a49

View File

@ -38,6 +38,8 @@
**
****************************************************************************/
.pragma library
function rootObject() {
var next = parent
while (next && next.parent)