Refactor: Removed the last of the references to Discourse.currentUser.

This commit is contained in:
Robin Ward
2013-05-28 11:52:31 -04:00
parent 57f97880e6
commit dd54736d06
23 changed files with 96 additions and 63 deletions

View File

@ -0,0 +1,9 @@
/**
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({});