File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var RouteHandler = require('./RouteHandler');
42
42
* var App = React.createClass({
43
43
* render: function () {
44
44
* return (
45
- * <div class ="application">
45
+ * <div className ="application">
46
46
* <RouteHandler/>
47
47
* </div>
48
48
* );
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ return /******/ (function(modules) { // webpackBootstrap
427
427
* var App = React.createClass({
428
428
* render: function () {
429
429
* return (
430
- * <div class ="application">
430
+ * <div className ="application">
431
431
* <RouteHandler/>
432
432
* </div>
433
433
* );
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ var RouteHandler = require('./RouteHandler');
34
34
* var App = React.createClass({
35
35
* render: function () {
36
36
* return (
37
- * <div class ="application">
37
+ * <div className ="application">
38
38
* <RouteHandler/>
39
39
* </div>
40
40
* );
You can’t perform that action at this time.
0 commit comments