mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
12 lines
227 B
JavaScript
12 lines
227 B
JavaScript
if (typeof exports === 'undefined') {
|
|
exports = {};
|
|
}
|
|
|
|
/*http://benchmarkjs.com/docs#options*/
|
|
|
|
exports.name = 'React.DOM.div, no props';
|
|
|
|
exports.fn = function() {
|
|
React.DOM.div(null, 'lol, perf testing ', this.count);
|
|
};
|