diff --git a/docs/api/renderers/WebGLRenderer.html b/docs/api/renderers/WebGLRenderer.html
index 8fc1b8a8b3865d..1f1e317e78546f 100644
--- a/docs/api/renderers/WebGLRenderer.html
+++ b/docs/api/renderers/WebGLRenderer.html
@@ -212,6 +212,11 @@
[property:Object properties]
Used internally by the renderer to keep track of various sub object properties.
+ [property:WebGLRenderLists renderLists]
+
+ Used internally to handle ordering of scene object rendering.
+
+
[property:WebGLShadowMap shadowMap]
This contains the reference to the shadow map, if used.
diff --git a/src/renderers/WebGLRenderer.js b/src/renderers/WebGLRenderer.js
index 289bad4a3084cb..71ccc870e88a5d 100644
--- a/src/renderers/WebGLRenderer.js
+++ b/src/renderers/WebGLRenderer.js
@@ -343,6 +343,7 @@ function WebGLRenderer( parameters ) {
this.capabilities = capabilities;
this.extensions = extensions;
this.properties = properties;
+ this.renderLists = renderLists;
this.state = state;
// shadow map