Prechádzať zdrojové kódy

New cache element: Current.aside

@soyjavi 14 rokov pred
rodič
commit
0bb0a567a3
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      src/Lungo.Element.js

+ 2 - 1
src/Lungo.Element.js

@@ -12,6 +12,7 @@ LUNGO.Element = {
     sections: null,
     Current: {
         section: null,
-        article: null
+        article: null,
+        aside: null
     }
 };