Make code block comments the way closure compiler likes them.
This commit is contained in:
parent
39bc20bec8
commit
6dd5c46090
1 changed files with 2 additions and 2 deletions
|
|
@ -18,13 +18,13 @@ var m = (function app(window, undefined) {
|
|||
initialize(window);
|
||||
|
||||
|
||||
/*
|
||||
/**
|
||||
* @typedef {String} Tag
|
||||
* A string that looks like -> div.classname#id[param=one][param2=two]
|
||||
* Which describes a DOM node
|
||||
*/
|
||||
|
||||
/*
|
||||
/**
|
||||
*
|
||||
* @param {Tag} The DOM node tag
|
||||
* @param {Object=[]} optional key-value pairs to be mapped to DOM attrs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue