فهرست منبع

New cache element: Current.aside

@soyjavi 14 سال پیش
والد
کامیت
0bb0a567a3
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
     }
 };