diff options
Diffstat (limited to 'ecomp-portal-FE-common/client/app/services')
-rw-r--r-- | ecomp-portal-FE-common/client/app/services/notification/notification.service.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ecomp-portal-FE-common/client/app/services/notification/notification.service.js b/ecomp-portal-FE-common/client/app/services/notification/notification.service.js index d7d46079..0eea70c4 100644 --- a/ecomp-portal-FE-common/client/app/services/notification/notification.service.js +++ b/ecomp-portal-FE-common/client/app/services/notification/notification.service.js @@ -17,9 +17,7 @@ * limitations under the License. * ================================================================================ */ -/** - * Created by wl849v on 12/14/2016. - */ + 'use strict'; (function () { class NotificationService { |