start adding detection base

This commit is contained in:
Sebastian McKenzie
2015-01-29 21:03:16 +11:00
parent 2687b435e0
commit 4e68f94023
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
exports.canRun = function (ast, userAgent) {
};
exports.whoCanRun = function (ast, userAgent) {
};