Merge pull request #389 from eiriksm/remove-closure-compiler-warnings

Make code block comments the way closure compiler likes them.
This commit is contained in:
Leo Horie 2015-01-02 09:10:21 -05:00
commit 50a39a7ee8

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