1
Fork 0

Moved decoder function for selecting site

This commit is contained in:
Jake Howard 2015-08-20 09:03:05 +01:00
parent 909d80318d
commit b19d904e1d
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +0,0 @@
var decoder = {
}
exports = decoder;

View File

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