[Docs] Updated API docs to reflect V1 public API

Cleaned up docs. Addresses #1473
This commit is contained in:
Henry
2017-02-24 14:15:55 -08:00
parent 12d1302138
commit af622599a5
2 changed files with 325 additions and 235 deletions

View File

@ -44,7 +44,7 @@ define(['./Type'], function (Type) {
}
/**
* Register a new type of view.
* Register a new object type.
*
* @param {string} typeKey a string identifier for this type
* @param {module:openmct.Type} type the type to add