Selaa lähdekoodia

New Namespaces in View

ina 13 vuotta sitten
vanhempi
commit
7754a3f32c
2 muutettua tiedostoa jossa 22 lisäystä ja 0 poistoa
  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 = {}