| Index: sky/examples/stocks2/lib/stock_data.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_data.dart b/sky/examples/stocks2/lib/stock_data.dart
|
| index d69f44275a8106e40c87aafdd23d654fc223f592..a77ca50a678c4c1b7196cf767e7d792d64aab008 100644
|
| --- a/sky/examples/stocks2/lib/stock_data.dart
|
| +++ b/sky/examples/stocks2/lib/stock_data.dart
|
| @@ -59,7 +59,7 @@ class StockDataFetcher {
|
| }
|
|
|
| void _fetchNextChunk() {
|
| - fetch('../data/stock_data_${_currentChunk++}.json').then((Response response) {
|
| + fetchBody('../data/stock_data_${_currentChunk++}.json').then((Response response) {
|
| String json = response.bodyAsString();
|
| JsonDecoder decoder = new JsonDecoder();
|
|
|
|
|