Sfoglia il codice sorgente

New Namespaces in View

ina 13 anni fa
parent
commit
7754a3f32c
2 ha cambiato i file con 22 aggiunte e 0 eliminazioni
  1. 11 0
      src/view/Lungo.View.Carousel.js
  2. 11 0
      src/view/Lungo.View.Pull.js

+ 11 - 0
src/view/Lungo.View.Carousel.js

@@ -0,0 +1,11 @@
+/**
+ * Initialize the <articles> layout of a certain <section>
+ *
+ * @namespace Lungo.View
+ * @class Element
+ *
+ * @author Ignacio Olalde <ina@tapquo.com> || @piniphone
+ * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
+ */
+
+Lungo.View.Carousel = {}

+ 11 - 0
src/view/Lungo.View.Pull.js

@@ -0,0 +1,11 @@
+/**
+ * Initialize the <articles> layout of a certain <section>
+ *
+ * @namespace Lungo.View
+ * @class Element
+ *
+ * @author Ignacio Olalde <ina@tapquo.com> || @piniphone
+ * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
+ */
+
+Lungo.View.Pull = {}