From ac0e704c699133e57e8a57bd49a971ce01014535 Mon Sep 17 00:00:00 2001 From: Markus Bordihn Date: Wed, 22 Jun 2016 22:10:25 +0200 Subject: [PATCH] Fixed Parse error. Non-JSDoc comment has annotations. (#451) --- core/field_date.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/field_date.js b/core/field_date.js index e2a203a2f..55e93fb8f 100644 --- a/core/field_date.js +++ b/core/field_date.js @@ -193,14 +193,14 @@ Blockly.FieldDate.loadLanguage_ = function() { */ Blockly.FieldDate.CSS = [ /* Copied from: goog/css/datepicker.css */ - /* + /** * Copyright 2009 The Closure Library Authors. All Rights Reserved. * * Use of this source code is governed by the Apache License, Version 2.0. * See the COPYING file for details. */ - /* + /** * Standard styling for a goog.ui.DatePicker. * * @author arv@google.com (Erik Arvidsson)