scratch-vm/test
Christopher Willis-Ford eb931fd99b Specify dataFormat when loading asset for import
When importing a project we know the file extension for each asset to be
loaded. This change provides that information to the storage system so
that we can load assets which don't use the default. For example, this
allows loading JPG-format backdrops.

In support of this change, there's a new function on `StringUtil` called
`splitFirst`, which splits a string on the first instance of a separator
character. This change includes unit tests for this new function.
2017-05-24 15:35:10 -07:00
..
fixtures Specify dataFormat when loading asset for import 2017-05-24 15:35:10 -07:00
integration Lint and fix failing tests 2017-04-27 17:49:57 -04:00
unit Specify dataFormat when loading asset for import 2017-05-24 15:35:10 -07:00
.eslintrc.js All linting other than console statements 2016-10-23 22:20:29 -04:00