mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
9 lines
No EOL
249 B
JavaScript
9 lines
No EOL
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({}); |