Update junkyardResetEntityScript.js

This commit is contained in:
James B. Pollack 2016-01-26 14:06:17 -08:00
parent e6379fcaa8
commit d8dbb717d5

View file

@ -37,10 +37,10 @@
Entities.deleteEntity(e[i]); Entities.deleteEntity(e[i]);
} }
} }
this.importArf(); this.importAssetResourceFile();
}, },
importArf: function() { importAssetResourceFile: function() {
Clipboard.importEntities(IMPORT_URL); Clipboard.importEntities(IMPORT_URL);
Clipboard.pasteEntities(PASTE_ENTITIES_LOCATION); Clipboard.pasteEntities(PASTE_ENTITIES_LOCATION);
}, },