[Windowing] Add in-line documentation

WTD-1200.
This commit is contained in:
Victor Woeltjen 2015-05-20 10:06:59 -07:00
parent a937a3193b
commit ce2b48981a

View File

@ -6,7 +6,8 @@ define(
"use strict";
/**
*
* Updates the title of the current window to reflect the name
* of the currently navigated-to domain object.
* @constructor
*/
function WindowTitler(navigationService, $rootScope, $document) {