Skip to content

Commit eb4f18d

Browse files
committed
cleanup
1 parent dc8a533 commit eb4f18d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

builder-2d/widgets/MyWidget/Widget.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// jIMU (WAB) imports:
1+
// JIMU (WAB) imports:
22

33
/// <amd-dependency path="jimu/BaseWidget" name="BaseWidget" />
44
declare var BaseWidget: any; // there is no ts definition of BaseWidget (yet!)
55

66
// declareDecorator - to enable us to export this module with Dojo's "declare()" syntax so WAB can load it:
77
import declare from './support/declareDecorator';
88

9-
// esri imports:
9+
// Esri imports:
1010
import FeatureLayer from 'esri/layers/FeatureLayer';
1111
import EsriMap from 'esri/map';
1212
import FeatureSet from 'esri/tasks/FeatureSet';

builder-3d/widgets/MyWidget/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"3D": true,
66
"platform": "HTML3D",
77
"version": "1.0",
8-
"wabVersion": "2.6",
9-
"author": "",
10-
"description": "A custom Web AppBuilder widget.",
8+
"wabVersion": "2.9",
9+
"author": "Gavin Rehkemper",
10+
"description": "Demo widget for TS.",
1111
"copyright": "",
12-
"license": "ISC",
12+
"license": "",
1313
"properties": {
1414
"inPanel": true,
1515
"hasLocale": true,

0 commit comments

Comments
 (0)