2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-24 19:30:34 +03:00

Merge pull request #294 from Apokly/patch-1

Fix typo `switchind` to `switching`
This commit is contained in:
Cristi Jora
2019-07-29 18:28:18 +03:00
committed by GitHub
+1 -1
View File
@@ -534,7 +534,7 @@ Other demos:
alert('Yay. Done!'); alert('Yay. Done!');
}, },
beforeTabSwitch: function(){ beforeTabSwitch: function(){
alert("This is called before switchind tabs") alert("This is called before switching tabs")
return true; return true;
} }
}, },