Skip to content

Instantly share code, notes, and snippets.

@k0t0vich
Created October 2, 2017 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k0t0vich/75e8cee538041adc0f46f78f1198d96b to your computer and use it in GitHub Desktop.
Save k0t0vich/75e8cee538041adc0f46f78f1198d96b to your computer and use it in GitHub Desktop.
if ( asset ) { // если ассет, то помучаемся
DeleteUtils.remove(asset._managers, this );
for each ( var has:Boolean in asset._managers ) break;
// вот что здесь должно быть? первое значение? любое значение?
if ( !has ) {
DeleteUtils.remove(_HASH, bundleName );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment