()
| 461 | return function(){ return this.$editor().queryFormatBlockState(q); }; |
| 462 | }; |
| 463 | var headerAction = function(){ |
| 464 | return this.$editor().wrapSelection("formatBlock", "<" + this.name.toUpperCase() +">"); |
| 465 | }; |
| 466 | angular.forEach(['h1','h2','h3','h4','h5','h6'], function(h){ |
| 467 | taRegisterTool(h.toLowerCase(), { |
| 468 | buttontext: h.toUpperCase(), |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…