From 91f30328675185cdfe8ddab8536692dddecf6eb0 Mon Sep 17 00:00:00 2001 From: samreid Date: Sun, 7 Jan 2018 07:51:05 -0700 Subject: [PATCH] Standardized header JSDoc around author annotations --- js/friction/view/FrictionKeyboardDragHandler.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/friction/view/FrictionKeyboardDragHandler.js b/js/friction/view/FrictionKeyboardDragHandler.js index 88b059be..91f81f0c 100644 --- a/js/friction/view/FrictionKeyboardDragHandler.js +++ b/js/friction/view/FrictionKeyboardDragHandler.js @@ -2,9 +2,9 @@ /** * Keyboard drag handler used for a11y keyboard navigation for both the Book and the Magnifier atoms. - * @author - Michael Kauzmann (PhET Interactive Simulations) + * + * @author Michael Kauzmann (PhET Interactive Simulations) */ - define( function( require ) { 'use strict';