kopia lustrzana https://github.com/OpenDroneMap/WebODM
Fixed #42
rodzic
b4aa38570c
commit
8eb884d7e7
|
@ -1,6 +1,11 @@
|
||||||
import '../css/EditTaskPanel.scss';
|
import '../css/EditTaskPanel.scss';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import ProcessingNodeOption from './ProcessingNodeOption';
|
import ProcessingNodeOption from './ProcessingNodeOption';
|
||||||
|
import values from 'object.values';
|
||||||
|
|
||||||
|
if (!Object.values) {
|
||||||
|
values.shim();
|
||||||
|
}
|
||||||
|
|
||||||
class EditTaskPanel extends React.Component {
|
class EditTaskPanel extends React.Component {
|
||||||
constructor(){
|
constructor(){
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
"leaflet": "^1.0.1",
|
"leaflet": "^1.0.1",
|
||||||
"leaflet-basemaps": "^0.1.1",
|
"leaflet-basemaps": "^0.1.1",
|
||||||
"node-sass": "^3.10.1",
|
"node-sass": "^3.10.1",
|
||||||
|
"object.values": "^1.0.3",
|
||||||
"react": "^15.3.2",
|
"react": "^15.3.2",
|
||||||
"react-addons-update": "^15.3.2",
|
"react-addons-update": "^15.3.2",
|
||||||
"react-dom": "^15.3.2",
|
"react-dom": "^15.3.2",
|
||||||
|
|
Ładowanie…
Reference in New Issue