travis-web/assets/scripts
Piotr Sarnacki a2bc840292 Use more fetch instead of find
fetch method returns a promise instead of an actual object. We used find
before, because this was the way we did things before upgrade to Ember
Model. Returning a promise from a model hook pauses router rendering for
the time a resource is loading, which makes it much easier to deal with
asynchronous requests. Thanks to that we can remove parts of the code,
which dealt with it manually.
2013-12-11 12:43:09 +01:00
..
app Use more fetch instead of find 2013-12-11 12:43:09 +01:00
config remove some whitespace 2013-10-07 23:52:17 +02:00
lib Use more fetch instead of find 2013-12-11 12:43:09 +01:00
spec Fix specs 2013-12-11 12:43:09 +01:00
vendor Update Ember Model 2013-12-11 12:43:09 +01:00
travis.coffee Add ghc to CONFIG_KEYS 2013-12-09 22:09:37 +04:00