mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
9 lines
249 B
JavaScript
9 lines
249 B
JavaScript
/**
|
|
A base admin controller that has access to the Discourse properties.
|
|
|
|
@class AdminController
|
|
@extends Discourse.Controller
|
|
@namespace Discourse
|
|
@module Discourse
|
|
**/
|
|
Discourse.AdminCustomizeController = Discourse.Controller.extend({}); |