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

New selector for data-title attribute

@soyjavi пре 14 година
родитељ
комит
40aca2e2dc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/attributes/Lungo.Attributes.Data.js

+ 1 - 1
src/attributes/Lungo.Attributes.Data.js

@@ -31,7 +31,7 @@ LUNGO.Attributes.Data = {
     },
     Title: {
         tag: 'title',
-        selector: 'header, footer',
+        selector: 'header, footer, article',
         html: '<h1 class="title">{{value}}</h1>'
     },
     Back: {