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