From 6dd5c46090492b577a8954ba9d1e9bdb3457ca11 Mon Sep 17 00:00:00 2001 From: "Eirik S. Morland" Date: Thu, 1 Jan 2015 22:45:47 +0100 Subject: [PATCH] Make code block comments the way closure compiler likes them. --- mithril.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mithril.js b/mithril.js index 4c547994..523c00f8 100644 --- a/mithril.js +++ b/mithril.js @@ -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