Browse Source

New Namespaces in View

ina 13 năm trước cách đây
mục cha
commit
7754a3f32c
2 tập tin đã thay đổi với 22 bổ sung0 xóa
  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 = {}