()
| 884 | } |
| 885 | }); |
| 886 | var touchModification = function() { |
| 887 | if (Math.abs(Date.now() - timeRecentModification) > triggerInterval) { |
| 888 | // we have already triggered the updateStyles a long time back... so setup it again... |
| 889 | setupTriggerUpdateStyles(); |
| 890 | } |
| 891 | }; |
| 892 | // when we focus into a toolbar, we need to set the TOOLBAR's $parent to be the toolbars it's linked to. |
| 893 | // We also need to set the tools to be updated to be the toolbars... |
| 894 | return { |
no test coverage detected