Mathijs den Burger pushed to branch feature/visual-editing-psp1-CHANNELMGR-995 
at cms-community / hippo-addon-channel-manager


Commits:
5da56cd9 by Mathijs den Burger at 2016-11-30T11:29:19+01:00
CHANNELMGR-995 Remove outdated comments

- - - - -


1 changed file:

- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields.component.spec.js


Changes:

=====================================
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields.component.spec.js
=====================================
--- 
a/frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields.component.spec.js
+++ 
b/frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields.component.spec.js
@@ -127,7 +127,6 @@ describe('ChannelFields', () => {
 
     expect(onFieldFocus).toHaveBeenCalled();
 
-    // include the index of the compound to distinguish 'multiple' compounds
     expect($ctrl.hasFocusedField(someField)).toBe(true);
     expect($ctrl.hasFocusedField({ test: 'bla' })).toBe(false); // different 
object
     expect($ctrl.hasFocusedField()).toBe(false);
@@ -143,7 +142,6 @@ describe('ChannelFields', () => {
 
     expect(onFieldFocus).toHaveBeenCalled();
 
-    // include the index of the compound to distinguish 'multiple' compounds
     expect($ctrl.hasFocusedFieldType(someFieldType)).toBe(true);
     expect($ctrl.hasFocusedFieldType({ test: 'bla' })).toBe(false); // 
different object
     expect($ctrl.hasFocusedFieldType()).toBe(false);



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

Reply via email to