From 7234d39bcccf005c1e578b0671417cd2c8a26344 Mon Sep 17 00:00:00 2001 From: Tim Babych <tim.babych@gmail.com> Date: Wed, 13 Aug 2014 17:57:51 +0300 Subject: [PATCH] Documentation: create_sinon.js - update referenced JIRA issue. --- cms/static/js/spec_helpers/create_sinon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/js/spec_helpers/create_sinon.js b/cms/static/js/spec_helpers/create_sinon.js index 9121561e7cc..fcaa21c585d 100644 --- a/cms/static/js/spec_helpers/create_sinon.js +++ b/cms/static/js/spec_helpers/create_sinon.js @@ -10,7 +10,7 @@ define(["sinon", "underscore"], function(sinon, _) { * errors were that one test suite was incorrectly being linked as the parent of an unrelated * test suite (causing both suites' afterEach methods to be called). No solution for the root * cause has been found, but initializing sinon and cleaning it up on a method-by-method - * basis seems to work. For more details, see STUD-1040. + * basis seems to work. For more details, see STUD-1264. */ /** -- GitLab