Release
This commit is contained in:
7
client/core/spin/spin.bt.js
Normal file
7
client/core/spin/spin.bt.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = function (bt) {
|
||||
bt.setDefaultView('spin', 'default');
|
||||
|
||||
bt.match('spin_default*', function (ctx) {
|
||||
ctx.setState('progressed');
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user