diff --git a/build/datasource-local/datasource-local-debug.js b/build/datasource-local/datasource-local-debug.js
index 799d81fcde8..e23d80560a6 100644
--- a/build/datasource-local/datasource-local-debug.js
+++ b/build/datasource-local/datasource-local-debug.js
@@ -189,13 +189,16 @@ Y.extend(DSLocal, Y.Base, {
*
*
cfg (Object) Configuration object.
* data (Object) Raw data.
- * response (Object) Normalized response object with the following properties:
- *
- * - results (Object)
- Parsed results.
- * - meta (Object)
- Parsed meta data.
- * - error (Boolean)
- Error flag.
- *
- *
+ * response (Object)
+ * Normalized response object with the following properties:
+ *
+ * - results (Object)
- Parsed results.
+ * - meta (Object)
- Parsed meta data.
+ * - error (Boolean)
- Error flag.
+ *
+ *
+ * error
+ * Any error that occurred along the transaction lifecycle.
*
* @preventable _defResponseFn
*/
@@ -220,13 +223,16 @@ Y.extend(DSLocal, Y.Base, {
*
* cfg (Object) Configuration object.
* data (Object) Raw data.
- * response (Object) Normalized response object with the following properties:
- *
- * - results (Object)
- Parsed results.
- * - meta (Object)
- Parsed meta data.
- * - error (Object)
- Error object.
- *
- *
+ * response (Object)
+ * Normalized response object with the following properties:
+ *
+ * - results (Object)
- Parsed results.
+ * - meta (Object)
- Parsed meta data.
+ * - error (Object)
- Error object.
+ *
+ *
+ * error
+ * Any error that occurred along the transaction lifecycle.
*
*/
diff --git a/build/datasource-local/datasource-local.js b/build/datasource-local/datasource-local.js
index a8553ab6a84..2401e43ff83 100644
--- a/build/datasource-local/datasource-local.js
+++ b/build/datasource-local/datasource-local.js
@@ -189,13 +189,16 @@ Y.extend(DSLocal, Y.Base, {
*
* cfg (Object) Configuration object.
* data (Object) Raw data.
- * response (Object) Normalized response object with the following properties:
- *
- * - results (Object)
- Parsed results.
- * - meta (Object)
- Parsed meta data.
- * - error (Boolean)
- Error flag.
- *
- *
+ * response (Object)
+ * Normalized response object with the following properties:
+ *
+ * - results (Object)
- Parsed results.
+ * - meta (Object)
- Parsed meta data.
+ * - error (Boolean)
- Error flag.
+ *
+ *
+ * error
+ * Any error that occurred along the transaction lifecycle.
*
* @preventable _defResponseFn
*/
@@ -220,13 +223,16 @@ Y.extend(DSLocal, Y.Base, {
*
* cfg (Object) Configuration object.
* data (Object) Raw data.
- * response (Object) Normalized response object with the following properties:
- *
- * - results (Object)
- Parsed results.
- * - meta (Object)
- Parsed meta data.
- * - error (Object)
- Error object.
- *
- *
+ * response (Object)
+ * Normalized response object with the following properties:
+ *
+ * - results (Object)
- Parsed results.
+ * - meta (Object)
- Parsed meta data.
+ * - error (Object)
- Error object.
+ *
+ *
+ * error
+ * Any error that occurred along the transaction lifecycle.
*
*/
diff --git a/src/console/docs/index.mustache b/src/console/docs/index.mustache
index dc84cc401f7..1a5b075cbf6 100755
--- a/src/console/docs/index.mustache
+++ b/src/console/docs/index.mustache
@@ -371,10 +371,10 @@ YUI().use('console','overlay', function (Y) {
```
-
+
-
-
+