Ver Fonte

Capture any Navigation Item (header, aside, footer)

@soyjavi há 14 anos atrás
pai
commit
97607334ec
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      src/view/Lungo.View.Article.js

+ 3 - 3
src/view/Lungo.View.Article.js

@@ -1,6 +1,6 @@
-/** 
+/**
  * Initialize the <articles> layout of a certain <section>
- * 
+ *
  * @namespace LUNGO.View
  * @class Article
  *
@@ -12,7 +12,7 @@ LUNGO.View.Article = (function(lng, undefined) {
 
     var SELECTORS = {
         ARTICLE: 'article',
-        NAVIGATION_ITEM: 'nav a'
+        NAVIGATION_ITEM: 'a'
     };
 
     var CSS_CLASSES = {