summaryrefslogtreecommitdiffstats
path: root/js/news.js
blob: 3544e1e4bf2031f468b6292830f07e3b93e0d996 (plain)
1
2
3
4
5
6
7
8
9
10
11
News={
	UI:{
		createNew:function() {

		}
	}
}

$(document).ready(function(){
  
});