* returns instance of a plugin. * @param {string} name * @return {SpringRoll.ApplicationPlugin | undefined} * @memberof Application * @instance
(name)
| 368 | * @instance |
| 369 | */ |
| 370 | getPlugin(name) { |
| 371 | return Application.getPlugin(name); |
| 372 | } |
| 373 | |
| 374 | /** |
| 375 | * Validates that appropriate listeners are added for the features that were enabled in the constructor |