From 5d52b7913fc4690be06e3fd6fd379a1475d88996 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Tue, 2 Aug 2016 07:47:43 -0500 Subject: [PATCH] trying to fix jsdoc error --- themes/_vendor/js/mock.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/themes/_vendor/js/mock.js b/themes/_vendor/js/mock.js index 1caeebb..a2ab04e 100644 --- a/themes/_vendor/js/mock.js +++ b/themes/_vendor/js/mock.js @@ -45,7 +45,6 @@ String.prototype.capitalize = function() { /** * Interface for object that holds info about a session. Session objects are not * created by the theme's code, but rather by the {@link LightDMGreeter} class. - * @interface */ let LightDMSession = function( { comment, key, name } ) { return { @@ -76,7 +75,6 @@ let LightDMSession = function( { comment, key, name } ) { /** * Interface for object that holds info about a language on this system. Language objects are not * created by the theme's code, but rather by the {@link LightDMGreeter} class. - * @interface */ let LightDMLanguage = function( { code, name, territory } ) { return { @@ -107,7 +105,6 @@ let LightDMLanguage = function( { code, name, territory } ) { /** * Interface for object that holds info about a keyboard layout on this system. Language * objects are not created by the theme's code, but rather by the {@link LightDMGreeter} class. - * @interface */ let LightDMLayout = function( { description, name, short_description } ) { return { @@ -138,7 +135,6 @@ let LightDMLayout = function( { description, name, short_description } ) { /** * Interface for object that holds info about a user account on this system. User * objects are not created by the theme's code, but rather by the {@link LightDMGreeter} class. - * @interface */ let LightDMUser = function( user_info ) { return {