added Server Factory module and empty notification center. #6

This commit is contained in:
logsol 2012-07-15 22:05:34 +02:00
parent 3899d9b018
commit f3e186afb1
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,7 @@
define(function() {
function NotificationCenter() {
}
return NotificationCenter;
});