refactored BuildService

This commit is contained in:
alecmerdler 2017-03-05 20:47:23 -08:00
parent 16ccc946f3
commit 7b35c0c0d5
6 changed files with 183 additions and 62 deletions

View file

@ -1,4 +1,6 @@
import { ViewArrayImpl } from "static/js/services/view-array/view-array.impl";
/**
* Specialized wrapper around array which provides a toggle() method for viewing the contents of the
* array in a manner that is asynchronously filled in over a short time period. This prevents long