rikschennink / conditioner

💆🏻 Frizz free, context-aware, JavaScript modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to configure data attribute names

rikschennink opened this issue · comments

commented
commented

added attr property to options object.

'attr':{
    'options':'data-options',
    'module':'data-module',
    'conditions':'data-conditions',
    'priority':'data-priority',
    'initialized':'data-initialized',
    'processed':'data-processed',
    'loading':'data-loading'
},