GUAC-963: Fix comment.

This commit is contained in:
Michael Jumper
2015-01-02 02:35:52 -08:00
parent 2423422340
commit 664e90c53c

View File

@@ -39,7 +39,7 @@ angular.module('element').directive('guacFocus', ['$parse', function guacFocus($
var guacFocus = $parse($attrs.guacFocus); var guacFocus = $parse($attrs.guacFocus);
/** /**
* The element which will register the drag gesture. * The element which will be focused / blurred.
* *
* @type Element * @type Element
*/ */