1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

add react attributes

This commit is contained in:
ido 2014-12-24 12:33:23 +02:00
parent a05574bd1e
commit 990256d2d1

View File

@ -24,7 +24,9 @@ define(['react', 'lodash', 'jquery', './libs/codemirror-4.8/lib/codemirror',
'rt-class': null, 'rt-class': null,
'rt-scope': null, 'rt-scope': null,
valueLink: null, valueLink: null,
key: null key: null,
ref: null,
dangerouslySetInnerHTML: null
} }
} }
}; };