assetURI.js 88 Bytes Raw Blame History Permalink 1 2 3 4 /* global gAssetURI */ module.exports = function(path) { return gAssetURI + path; };