From 7cbf8a6e76519f761196906f4adcf48cfd4e3e97 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Sun, 23 Feb 2014 16:49:27 -0800 Subject: [PATCH] [docs] Fix version in lifecycle argument note Fixes #1163. --- docs/ref-03-component-specs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref-03-component-specs.md b/docs/ref-03-component-specs.md index b024020d..7294670c 100644 --- a/docs/ref-03-component-specs.md +++ b/docs/ref-03-component-specs.md @@ -127,7 +127,7 @@ If you want to integrate with other JavaScript frameworks, set timers using `set > Note: > -> Prior to v0.6, the DOM node was passed in as the last argument. If you were using this, you can still access the DOM node by calling `this.getDOMNode()`. +> Prior to v0.9, the DOM node was passed in as the last argument. If you were using this, you can still access the DOM node by calling `this.getDOMNode()`. ### Updating: componentWillReceiveProps @@ -204,7 +204,7 @@ Use this as an opportunity to operate on the DOM when the component has been upd > Note: > -> Prior to v0.6, the DOM node was passed in as the last argument. If you were using this, you can still access the DOM node by calling `this.getDOMNode()`. +> Prior to v0.9, the DOM node was passed in as the last argument. If you were using this, you can still access the DOM node by calling `this.getDOMNode()`. ### Unmounting: componentWillUnmount