export from svn

This commit is contained in:
Serghey Rodin 2011-06-14 00:22:25 +03:00
commit 641ed97fdd
340 changed files with 32404 additions and 0 deletions

19
web/js/__init__.js Normal file
View file

@ -0,0 +1,19 @@
$(document).ready(function(){
try{
App.Utils.detectBrowser();
App.Env.world = 'DNS';
App.Pages.init();
App.Ref.init();
//App.View.start();
App.Core.listen();
App.Core.initMenu();
App.Helpers.liveValidate();
}catch(e){
fb.error(e);
}
});