| Index: sky/examples/data/stocks.dart
|
| diff --git a/sky/examples/stocks/companylist.sky b/sky/examples/data/stocks.dart
|
| similarity index 99%
|
| rename from sky/examples/stocks/companylist.sky
|
| rename to sky/examples/data/stocks.dart
|
| index 998344b987ba224d421b56f47b2d4e9f0e83e772..105d89df53c58cf9ca5704b3f5c634166e0a6ac6 100644
|
| --- a/sky/examples/stocks/companylist.sky
|
| +++ b/sky/examples/data/stocks.dart
|
| @@ -1,4 +1,7 @@
|
| -<script>
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| import "dart:math";
|
|
|
| // Snapshot from http://www.nasdaq.com/screening/company-list.aspx
|
| @@ -3013,5 +3016,3 @@ class StockOracle {
|
| }
|
|
|
| final StockOracle oracle = new StockOracle.fromCompanyList(_kCompanyList);
|
| -
|
| -</script>
|
|
|