(string)
| 1 | |
| 2 | // tests against the current jqLite/jquery implementation if this can be an element |
| 3 | function validElementString(string){ |
| 4 | try{ |
| 5 | return angular.element(string).length !== 0; |
| 6 | }catch(any){ |
| 7 | return false; |
| 8 | } |
| 9 | } |
| 10 | // setup the global contstant functions for setting up the toolbar |
| 11 | |
| 12 | // all tool definitions |
no outgoing calls
no test coverage detected
searching dependent graphs…