MCPcopy Index your code
hub / github.com/textAngular/textAngular / updateStyles

Function updateStyles

src/main.js:864–868  ·  view source on GitHub ↗
(selectedElement)

Source from the content-addressed store, hash-verified

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() {

Callers 1

setupTriggerUpdateStylesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected