This commit is contained in:
Andy Gup 2014-09-18 16:02:16 -06:00
parent 6ab3496447
commit 5574dc95a2

View File

@ -39,7 +39,7 @@ The `TPKLayer` Library allows you to display at TPK file as a map.
```js
tpkLayer = new esri.TPKLayer();
tpkLayer = new O.esri.TPK.TPKLayer();
//Listen for progress events to provide UX feedback
tpkLayer.on("progress", function (evt) {