From d07b9533845e1fe8eafc9b7c1c36758c1859d913 Mon Sep 17 00:00:00 2001 From: dderaedt Date: Mon, 24 Sep 2012 10:12:13 +0200 Subject: [PATCH] Added a test file --- test_dummy.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test_dummy.js b/test_dummy.js index e303e90..bfc51e4 100644 --- a/test_dummy.js +++ b/test_dummy.js @@ -30,5 +30,11 @@ define(function (require, exports, module) { } + var _privateStuff = function(p1, p2) { + + var content = "I start with an underscore"; + + }; + }); \ No newline at end of file