Commit 85eea50d authored by Sven Franck's avatar Sven Franck

Gadgets/App: add container for currently view item to store jio data

parent 477af4c9
...@@ -357,6 +357,10 @@ define([ ...@@ -357,6 +357,10 @@ define([
that.settings = priv.settings; that.settings = priv.settings;
// keep items in here, so all gadgets can access them vs. having
// to query jIO over and over from every gadget
that.memoryItems = [];
// ======================================================================== // ========================================================================
// PUBLISH APP // PUBLISH APP
// ======================================================================== // ========================================================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment