mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 16:43:17 +08:00
10 lines
201 B
JavaScript
10 lines
201 B
JavaScript
/**
|
|
Related to showing a modal and its title.
|
|
|
|
@class ModalController
|
|
@extends Discourse.Controller
|
|
@namespace Discourse
|
|
@module Discourse
|
|
**/
|
|
export default Discourse.Controller.extend({});
|