Add logger (thanks linter)

This commit is contained in:
Paul Kaplan 2017-03-27 15:12:25 -04:00
parent df44134e1c
commit 6531dbc2fe

View file

@ -1,4 +1,5 @@
var AssetType = require('scratch-storage').AssetType; var AssetType = require('scratch-storage').AssetType;
var log = require('../util/log');
/** /**
* Load a costume's asset into memory asynchronously. * Load a costume's asset into memory asynchronously.