Trying to sort out error

This commit is contained in:
Henry 2015-10-08 13:46:42 -07:00
parent 5e713f279b
commit ba614fe2d6
2 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,7 @@
"platform/commonUI/about",
"platform/commonUI/browse",
"platform/commonUI/edit",
"platform/commonUI/notification",
"platform/commonUI/dialog",
"platform/commonUI/general",
"platform/commonUI/inspect",
@ -26,7 +27,6 @@
"platform/policy",
"platform/entanglement",
"platform/search",
"platform/commonUI/notification",
"example/imagery",
"example/eventGenerator",

View File

@ -10,8 +10,7 @@
{
"key": "notificationService",
"implementation": "NotificationService.js",
"depends": [ "$log", "$timeout", "messageSeverity",
"DEFAULT_AUTO_DISMISS" ]
"depends": [ "$timeout", "DEFAULT_AUTO_DISMISS" ]
}
]
}