Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjansen committed Dec 13, 2018
1 parent 40c8a2f commit 8d6cc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/view/combo/Language.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('BasiGX.view.combo.Language', function() {
var combo;
var originalSuccessFn = Cls.prototype.onLoadAppLocaleSuccess;
var silentOnLoadAppLocaleSuccess = function() {
TestUtil.disableLogging(); // turn annoying loggs temporarily off
TestUtil.disableLogging(); // turn annoying logs temporarily off
originalSuccessFn.apply(this, arguments);
TestUtil.enableLogging();
};
Expand Down

0 comments on commit 8d6cc70

Please sign in to comment.