diff --git a/barg.js b/barg.js index 2c9565c..43e8def 100644 --- a/barg.js +++ b/barg.js @@ -1,3 +1,8 @@ +/** + * TODO: + * - Add logic for repeatable attribute + */ + function log(text) { console.log(JSON.stringify(text, null, 2)); }