Added a test file

This commit is contained in:
dderaedt 2012-09-24 10:12:13 +02:00
parent f2aa61ca57
commit d07b953384

View file

@ -30,5 +30,11 @@ define(function (require, exports, module) {
}
var _privateStuff = function(p1, p2) {
var content = "I start with an underscore";
};
});