move notification to controller directory

This commit is contained in:
Vince 2012-09-16 13:53:41 +02:00
parent 5b9bc6edb1
commit ca08d4b56a
2 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
<script src="js/controller/AnimatedPreviewController.js"></script>
<script src="js/controller/ToolController.js"></script>
<script src="js/controller/PaletteController.js"></script>
<script src="js/Notification.js"></script>
<script src="js/controller/NotificationController.js"></script>
<!-- Services -->
<script src="js/service/LocalStorageService.js"></script>
<script src="js/service/HistoryService.js"></script>