Canh Ngo pushed to branch feature/cmng-psp1 at cms-community / 
hippo-addon-channel-manager


Commits:
fc77382e by Canh Ngo at 2016-03-23T14:45:29+01:00
CHANNELMGR-505: removed duplicated license header

fixed a eslint error

- - - - -


3 changed files:

- frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.controller.spec.js
- frontend-ng/src/angularjs/channel/page/pageMetaData.service.js
- frontend-ng/src/angularjs/channel/page/pageMetaData.service.spec.js


Changes:

=====================================
frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.controller.spec.js
=====================================
--- 
a/frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.controller.spec.js
+++ 
b/frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.controller.spec.js
@@ -103,7 +103,7 @@ describe('hippoIframeCtrl', () => {
     const deferred = $q.defer();
 
     spyOn(PageStructureService, 'clearParsedElements');
-    spyOn(PageStructureService, 'printParsedElements')
+    spyOn(PageStructureService, 'printParsedElements');
     spyOn(hstCommentsProcessorService, 'run');
     spyOn(PageMetaDataService, 'getChannelId').and.returnValue('channelX');
     spyOn(ChannelService, 'getId').and.returnValue('channelY');


=====================================
frontend-ng/src/angularjs/channel/page/pageMetaData.service.js
=====================================
--- a/frontend-ng/src/angularjs/channel/page/pageMetaData.service.js
+++ b/frontend-ng/src/angularjs/channel/page/pageMetaData.service.js
@@ -13,21 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright 2016 Hippo B.V. (http://www.onehippo.com)
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 
 export class PageMetaDataService {
 


=====================================
frontend-ng/src/angularjs/channel/page/pageMetaData.service.spec.js
=====================================
--- a/frontend-ng/src/angularjs/channel/page/pageMetaData.service.spec.js
+++ b/frontend-ng/src/angularjs/channel/page/pageMetaData.service.spec.js
@@ -13,21 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/*
- * Copyright 2016 Hippo B.V. (http://www.onehippo.com)
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 
 describe('PageMetaDataService', () => {
   'use strict';



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/fc77382e73c6bb0008413b32e6e4c00440dc923a
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to