summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-06-21 17:24:03 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-06-21 17:24:03 -0400
commitc2c91647495e343a503f23b56854ada7599b94b8 (patch)
tree586d994fb34d4855099ce372db3c5ce5805eae58 /js
parentefd3ac96c8e8a02730ca8d6b7e31363c1bd0d0db (diff)
dropup menu to add feeds
Diffstat (limited to 'js')
-rw-r--r--js/news.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/js/news.js b/js/news.js
new file mode 100644
index 000000000..3544e1e4b
--- /dev/null
+++ b/js/news.js
@@ -0,0 +1,11 @@
+News={
+ UI:{
+ createNew:function() {
+
+ }
+ }
+}
+
+$(document).ready(function(){
+
+}); \ No newline at end of file