Skip to content

Commit 42a6028

Browse files
author
tleunen
committed
replaced react.dom by react.createElement
1 parent 809159c commit 42a6028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var Gist = React.createClass({
3636
},
3737

3838
render: function() {
39-
return React.DOM.iframe({
39+
return React.createElement('iframe', {
4040
ref: 'iframe',
4141
width: '100%',
4242
frameBorder: 0,

0 commit comments

Comments
 (0)