From 990256d2d1f1f1b849e04fb009335a3a117aca7e Mon Sep 17 00:00:00 2001 From: ido Date: Wed, 24 Dec 2014 12:33:23 +0200 Subject: [PATCH] add react attributes --- playground/CodeMirrorEditor.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playground/CodeMirrorEditor.js b/playground/CodeMirrorEditor.js index ab8720b..c16869b 100644 --- a/playground/CodeMirrorEditor.js +++ b/playground/CodeMirrorEditor.js @@ -24,7 +24,9 @@ define(['react', 'lodash', 'jquery', './libs/codemirror-4.8/lib/codemirror', 'rt-class': null, 'rt-scope': null, valueLink: null, - key: null + key: null, + ref: null, + dangerouslySetInnerHTML: null } } };