* register async loadStyles
()
| 27115 | /** |
| 27116 | * register async loadStyles |
| 27117 | */ function asyncLoadStyles() { |
| 27118 | return setTimeout(function() { |
| 27119 | _themeState.runState.flushTimer = 0; |
| 27120 | flush(); |
| 27121 | }, 0); |
| 27122 | } |
| 27123 | /** |
| 27124 | * Loads a set of style text. If it is registered too early, we will register it when the window.load event |
| 27125 | * is fired. |