1
Fork 0

Added global code to src dir

This commit is contained in:
Jake Howard 2015-08-20 10:32:11 +01:00
parent cadd2bb900
commit cbaa76752b
5 changed files with 10 additions and 6 deletions

6
src/image-lookup.js Normal file
View File

@ -0,0 +1,6 @@
var image_decoder = { // Image tag : Image URL
}
module.exports = image_decoder;

View File

@ -1,6 +0,0 @@
var injection_decoder = {
// URL Pattern : Script File
}
exports = injection_decoder;

4
src/site-decoder.js Normal file
View File

@ -0,0 +1,4 @@
var site_decoder = { // Site Identifier : Injection JS
}
module.exports = site_decoder;