diff --git a/lms/static/coffee/spec/requirejs_spec.coffee b/lms/static/coffee/spec/requirejs_spec.coffee index 3e54560d2b..10d34a2f75 100644 --- a/lms/static/coffee/spec/requirejs_spec.coffee +++ b/lms/static/coffee/spec/requirejs_spec.coffee @@ -1,10 +1,8 @@ describe "RequireJS namespacing", -> beforeEach -> - # - # * Jasmine does not provide a way to use the typeof operator. We need - # * to create our own custom matchers so that a TypeError is not thrown. - # + # Jasmine does not provide a way to use the typeof operator. We need + # to create our own custom matchers so that a TypeError is not thrown. @addMatchers requirejsTobeUndefined: -> typeof requirejs is "undefined"