This commit is contained in:
Oleg Mokhov
2015-06-20 12:26:08 +03:00
committed by mokhov
parent a716969f4e
commit f3546ef3a5
85 changed files with 16682 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
module.exports = function (bt) {
bt.setDefaultView('spin', 'default');
bt.match('spin_default*', function (ctx) {
ctx.setState('progressed');
});
};