From ca08d4b56a9c3208b33a2d47aa74681fbb826fd4 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 16 Sep 2012 13:53:41 +0200 Subject: [PATCH] move notification to controller directory --- index.html | 2 +- js/{Notification.js => controller/NotificationController.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename js/{Notification.js => controller/NotificationController.js} (100%) diff --git a/index.html b/index.html index f5a4570d..ec107b05 100644 --- a/index.html +++ b/index.html @@ -108,7 +108,7 @@ - + diff --git a/js/Notification.js b/js/controller/NotificationController.js similarity index 100% rename from js/Notification.js rename to js/controller/NotificationController.js