| Index: Tools/GardeningServer/model/tree-status.html
|
| diff --git a/Tools/GardeningServer/model/tree-status.html b/Tools/GardeningServer/model/tree-status.html
|
| index a698af04f1327990f69835a2d10ab352e46be1f1..11a69c27d994e437a5bbf29693caae5e2e061b68 100644
|
| --- a/Tools/GardeningServer/model/tree-status.html
|
| +++ b/Tools/GardeningServer/model/tree-status.html
|
| @@ -4,6 +4,8 @@ Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file.
|
| -->
|
|
|
| +<link rel="import" href="../lib/net.html">
|
| +
|
| <script>
|
| function TreeStatus(project) {
|
| this.project = project;
|
|
|