diff --git a/src/js/views/TOCView.js b/src/js/views/TOCView.js index 2b5b16e62..c3cc526e8 100644 --- a/src/js/views/TOCView.js +++ b/src/js/views/TOCView.js @@ -468,6 +468,14 @@ define([ $("body").off("activate"); $(window).off("resize"); }, + + tempMethodWithLintingFormattingErrors: function() { + const a = 1; + a = 2; + b = 99; + console.log("This is a test of the linting errors."); + + } }, );