From fdfd643d439dc35f8785ae80ca9e845d11f0277e Mon Sep 17 00:00:00 2001 From: "David Humphrey (:humph) david.humphrey@senecacollege.ca" Date: Wed, 11 Jun 2014 11:39:45 -0400 Subject: [PATCH] Add link to issue --- tests/bugs/issue225.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bugs/issue225.js b/tests/bugs/issue225.js index f595c97..1bf1d09 100644 --- a/tests/bugs/issue225.js +++ b/tests/bugs/issue225.js @@ -1,4 +1,6 @@ /** + * https://github.com/js-platform/filer/pull/225 + * * NOTE: this test has to be run outside the browserify step, * since combinining require for node.js/browserify builds with * r.js doesn't work.