[Code Style] Use prototypes in telemetry bundle

WTD-1482
This commit is contained in:
Victor Woeltjen
2015-08-14 16:47:20 -07:00
parent 1ea6f7620e
commit 2ccca016a5
9 changed files with 443 additions and 461 deletions

View File

@ -36,6 +36,7 @@ define(
*
* @memberof platform/telemetry
* @constructor
* @deprecated use platform/telemetry.TelemetryHandler instead
*/
function TelemetryController($scope, $q, $timeout, $log) {