Преглед изворни кода

New cache element: Current.aside

@soyjavi пре 14 година
родитељ
комит
33c62661a4
1 измењених фајлова са 2 додато и 1 уклоњено
  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
     }
 };