Requests the specified CSS URL or URLs and executes the specified callback (if any) when they have finished loading. If an array of URLs is specified, the stylesheets will be loaded in parallel and the callback will be executed after all stylesheets have finished loading. @method cs
(urls, callback, obj, context)
| 356 | @static |
| 357 | */ |
| 358 | css(urls, callback, obj, context) { |
| 359 | this.load('css', urls, callback, obj, context); |
| 360 | } |
| 361 | |
| 362 | /** |
| 363 | Requests the specified JavaScript URL or URLs and executes the specified |
no test coverage detected