Make code block comments the way closure compiler likes them.

This commit is contained in:
Eirik S. Morland 2015-01-01 22:45:47 +01:00
parent 39bc20bec8
commit 6dd5c46090

View file

@ -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