/branches/jsdoc_tk_gui/setup/test/data/functions.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 19 lines · 12 code · 4 blank · 3 comment · 0 complexity · 30a0b5ed4b9b3f6a02eeb3b0cc419a09 MD5 · raw file
- // nested functions
- /** The layout object; */
- function Layout(){
- this.init = function() {}
-
- /** an element of the layout */
- this.Element = function(elName) {
- this.expand = function() {
-
- };
- };
- this.Canvas = function(top, left, width, height) {
- this.initiated = true;
- }
- function rotate() {
-
- }
- }