initial commit for GitHub
This commit is contained in:
13
jsdoc_toolkit-2.3.3-beta/app/test/static_this.js
Normal file
13
jsdoc_toolkit-2.3.3-beta/app/test/static_this.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/** the parent */
|
||||
var box = {};
|
||||
|
||||
/** @namespace */
|
||||
box.holder = {}
|
||||
|
||||
box.holder.foo = function() {
|
||||
/** the counter */
|
||||
this.counter = 1;
|
||||
}
|
||||
|
||||
box.holder.foo();
|
||||
print(box.holder.counter);
|
||||
Reference in New Issue
Block a user