(selectedElement)
| 862 | // in the future will fire and event to trigger an updateSelection |
| 863 | var timeRecentModification = 0; |
| 864 | var updateStyles = function(selectedElement){ |
| 865 | angular.forEach(editors, function(editor) { |
| 866 | editor.editorFunctions.updateSelectedStyles(selectedElement); |
| 867 | }); |
| 868 | }; |
| 869 | var triggerInterval = 50; |
| 870 | var triggerIntervalTimer; |
| 871 | var setupTriggerUpdateStyles = function() { |
no outgoing calls
no test coverage detected