mirror of
https://github.com/Hopiu/annotate-extension.git
synced 2026-03-17 00:10:23 +00:00
Added a test file
This commit is contained in:
parent
f2aa61ca57
commit
d07b953384
1 changed files with 6 additions and 0 deletions
|
|
@ -30,5 +30,11 @@ define(function (require, exports, module) {
|
|||
|
||||
}
|
||||
|
||||
var _privateStuff = function(p1, p2) {
|
||||
|
||||
var content = "I start with an underscore";
|
||||
|
||||
};
|
||||
|
||||
|
||||
});
|
||||
Loading…
Reference in a new issue