Made changes to error reporting

This commit is contained in:
Andrew Henry
2015-11-04 22:07:26 -08:00
101 changed files with 7959 additions and 3303 deletions

View File

@ -181,7 +181,7 @@ define(
* @typedef DialogOption
* @property {string} label a label to be displayed as the button
* text for this action
* @property {function} action a function to be called when the
* @property {function} callback a function to be called when the
* button is clicked
*/