You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	fixed some jshint issues.
This commit is contained in:
		
							
								
								
									
										7
									
								
								UI/.idea/dictionaries/Keivan.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										7
									
								
								UI/.idea/dictionaries/Keivan.xml
									
									
									
										generated
									
									
									
								
							| @@ -2,8 +2,15 @@ | ||||
|   <dictionary name="Keivan"> | ||||
|     <words> | ||||
|       <w>deps</w> | ||||
|       <w>mixins</w> | ||||
|       <w>nzbdrone</w> | ||||
|       <w>rootdir</w> | ||||
|       <w>rootfolder</w> | ||||
|       <w>rootfolders</w> | ||||
|       <w>thetvdb</w> | ||||
|       <w>tvdb</w> | ||||
|       <w>xlarge</w> | ||||
|       <w>yyyy</w> | ||||
|     </words> | ||||
|   </dictionary> | ||||
| </component> | ||||
							
								
								
									
										34
									
								
								UI/.idea/inspectionProfiles/Project_Default.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										34
									
								
								UI/.idea/inspectionProfiles/Project_Default.xml
									
									
									
										generated
									
									
									
								
							| @@ -6,9 +6,11 @@ | ||||
|     <inspection_tool class="AssignmentToForLoopParameterJS" enabled="true" level="ERROR" enabled_by_default="true" /> | ||||
|     <inspection_tool class="AssignmentToFunctionParameterJS" enabled="true" level="ERROR" enabled_by_default="true" /> | ||||
|     <inspection_tool class="ChainedEqualityJS" enabled="true" level="WARNING" enabled_by_default="true" /> | ||||
|     <inspection_tool class="CheckEmptyScriptTag" enabled="false" level="WARNING" enabled_by_default="false" /> | ||||
|     <inspection_tool class="ConditionalExpressionWithIdenticalBranchesJS" enabled="true" level="ERROR" enabled_by_default="true" /> | ||||
|     <inspection_tool class="ConstantOnLHSOfComparisonJS" enabled="true" level="ERROR" enabled_by_default="true" /> | ||||
|     <inspection_tool class="ContinueStatementWithLabelJS" enabled="true" level="ERROR" enabled_by_default="true" /> | ||||
|     <inspection_tool class="CssUnusedSymbolInspection" enabled="false" level="WARNING" enabled_by_default="false" /> | ||||
|     <inspection_tool class="CyclomaticComplexityJS" enabled="true" level="WARNING" enabled_by_default="true"> | ||||
|       <option name="m_limit" value="10" /> | ||||
|     </inspection_tool> | ||||
| @@ -25,11 +27,38 @@ | ||||
|       <option name="m_maxLength" value="32" /> | ||||
|     </inspection_tool> | ||||
|     <inspection_tool class="HtmlFormInputWithoutLabel" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> | ||||
|     <inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true"> | ||||
|       <option name="myValues"> | ||||
|         <value> | ||||
|           <list size="1"> | ||||
|             <item index="0" class="java.lang.String" itemvalue="name" /> | ||||
|           </list> | ||||
|         </value> | ||||
|       </option> | ||||
|       <option name="myCustomValuesEnabled" value="true" /> | ||||
|     </inspection_tool> | ||||
|     <inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true"> | ||||
|       <option name="myValues"> | ||||
|         <value> | ||||
|           <list size="7"> | ||||
|             <item index="0" class="java.lang.String" itemvalue="nobr" /> | ||||
|             <item index="1" class="java.lang.String" itemvalue="noembed" /> | ||||
|             <item index="2" class="java.lang.String" itemvalue="comment" /> | ||||
|             <item index="3" class="java.lang.String" itemvalue="noscript" /> | ||||
|             <item index="4" class="java.lang.String" itemvalue="embed" /> | ||||
|             <item index="5" class="java.lang.String" itemvalue="script" /> | ||||
|             <item index="6" class="java.lang.String" itemvalue="icon" /> | ||||
|           </list> | ||||
|         </value> | ||||
|       </option> | ||||
|       <option name="myCustomValuesEnabled" value="true" /> | ||||
|     </inspection_tool> | ||||
|     <inspection_tool class="IfStatementWithIdenticalBranchesJS" enabled="true" level="WARNING" enabled_by_default="true" /> | ||||
|     <inspection_tool class="IfStatementWithTooManyBranchesJS" enabled="true" level="WARNING" enabled_by_default="true"> | ||||
|       <option name="m_limit" value="3" /> | ||||
|     </inspection_tool> | ||||
|     <inspection_tool class="JSHint" enabled="true" level="ERROR" enabled_by_default="true" /> | ||||
|     <inspection_tool class="JSUnusedGlobalSymbols" enabled="false" level="INFO" enabled_by_default="false" /> | ||||
|     <inspection_tool class="LabeledStatementJS" enabled="true" level="ERROR" enabled_by_default="true" /> | ||||
|     <inspection_tool class="LocalVariableNamingConventionJS" enabled="true" level="WARNING" enabled_by_default="true"> | ||||
|       <option name="m_regex" value="[a-z][A-Za-z]*" /> | ||||
| @@ -50,11 +79,6 @@ | ||||
|     </inspection_tool> | ||||
|     <inspection_tool class="ReplaceAssignmentWithOperatorAssignmentJS" enabled="true" level="WARNING" enabled_by_default="true" /> | ||||
|     <inspection_tool class="ReuseOfLocalVariableJS" enabled="true" level="WARNING" enabled_by_default="true" /> | ||||
|     <inspection_tool class="SpellCheckingInspection" enabled="true" level="WARNING" enabled_by_default="true"> | ||||
|       <option name="processCode" value="true" /> | ||||
|       <option name="processLiterals" value="true" /> | ||||
|       <option name="processComments" value="true" /> | ||||
|     </inspection_tool> | ||||
|     <inspection_tool class="StatementsPerFunctionJS" enabled="true" level="WARNING" enabled_by_default="true"> | ||||
|       <option name="m_limit" value="30" /> | ||||
|     </inspection_tool> | ||||
|   | ||||
| @@ -4,7 +4,7 @@ define([ | ||||
|  | ||||
|  | ||||
|     NzbDrone.AddSeries.Existing.FolderMatchResultView = Backbone.Marionette.ItemView.extend({ | ||||
|         template: 'AddSeries/Existing/FolderMatchResultViewTemplatate', | ||||
|         template: 'AddSeries/Existing/FolderMatchResultViewTemplate', | ||||
|  | ||||
|         events: { | ||||
|             'click .x-btn-add': 'addSeries' | ||||
| @@ -49,7 +49,7 @@ define([ | ||||
|  | ||||
|     NzbDrone.AddSeries.Existing.UnmappedFolderCompositeView = Backbone.Marionette.CompositeView.extend({ | ||||
|  | ||||
|         template         : 'AddSeries/Existing/UnmappedFolderCompositeViewTemplatate', | ||||
|         template         : 'AddSeries/Existing/UnmappedFolderCompositeViewTemplate', | ||||
|         itemViewContainer: '.x-folder-name-match-results', | ||||
|         itemView         : NzbDrone.AddSeries.Existing.FolderMatchResultView, | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,8 @@ | ||||
| <div class="row unmapped-folder-view"> | ||||
| "use strict"; | ||||
| <div class="row unmapped-folder-view"> | ||||
|     <div class="span11"> | ||||
|         <div class="row folder-header"> | ||||
|             <input class="x-txt-search input-xlarge" type="text" value="{{folder.name}}" placeholder="{{folder.name}}"></input> | ||||
|             <input class="x-txt-search input-xlarge" type="text" value="{{folder.name}}" placeholder="{{folder.name}}"> | ||||
|             <select class="span2 x-lst-quality-profile"> | ||||
|                 {{#each quality.models}} | ||||
|                 <option value="{{id}}">{{attributes.name}}</option> | ||||
| @@ -8,7 +8,7 @@ define(['app'], function () { | ||||
|         }, | ||||
|  | ||||
|         defaults: { | ||||
|             freeSpace: 0, | ||||
|             freeSpace: 0 | ||||
|         } | ||||
|     }); | ||||
| }); | ||||
| @@ -1,4 +1,5 @@ | ||||
| define(['app', 'AddSeries/RootFolders/RootFolderCollection', 'Quality/QualityProfileCollection'], | ||||
| "use strict"; | ||||
| define(['app', 'AddSeries/RootFolders/RootFolderCollection', 'Quality/QualityProfileCollection'], | ||||
|     function (app, rootFolderCollection, qualityProfileCollection) { | ||||
|  | ||||
|         NzbDrone.AddSeries.SearchResultModel = Backbone.Model.extend({ | ||||
|   | ||||
| @@ -1,4 +1,5 @@ | ||||
| define(['app', 'Calendar/CalendarModel'], function () { | ||||
| "use strict"; | ||||
| define(['app', 'Calendar/CalendarModel'], function () { | ||||
|     NzbDrone.Calendar.CalendarCollection = Backbone.Collection.extend({ | ||||
|         url       : NzbDrone.Constants.ApiRoot + '/calendar', | ||||
|         model     : NzbDrone.Calendar.CalendarModel, | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| 'use strict'; | ||||
|  | ||||
| define(['app', 'Calendar/CalendarItemView'], function (app) { | ||||
| define(['app', 'Calendar/CalendarItemView'], function () { | ||||
|     NzbDrone.Calendar.CalendarCollectionView = Backbone.Marionette.CompositeView.extend({ | ||||
|         itemView         : NzbDrone.Calendar.CalendarItemView, | ||||
|         itemViewContainer: '#events', | ||||
| @@ -47,10 +47,10 @@ define(['app', 'Calendar/CalendarItemView'], function (app) { | ||||
|                         trigger  : 'manual' | ||||
|                     }); | ||||
|                 }, | ||||
|                 eventMouseover: function (event, jsEvent, view) { | ||||
|                 eventMouseover: function () { | ||||
|                     $(this).popover('show'); | ||||
|                 }, | ||||
|                 eventMouseout : function (event, jsEvent, view) { | ||||
|                 eventMouseout : function () { | ||||
|                     $(this).popover('hide'); | ||||
|                 } | ||||
|             }); | ||||
|   | ||||
| @@ -13,5 +13,5 @@ define([ | ||||
|         onRender: function () { | ||||
|             NzbDrone.ModelBinder.bind(this.model, this.el); | ||||
|         } | ||||
|     }) | ||||
| }) | ||||
|     }); | ||||
| }); | ||||
| @@ -1,4 +1,5 @@ | ||||
| define(['app'], function (app) { | ||||
| "use strict"; | ||||
| define(['app'], function () { | ||||
|     NzbDrone.Calendar.CalendarModel = Backbone.Model.extend({ | ||||
|         mutators: { | ||||
|             title              : function () { | ||||
| @@ -47,7 +48,7 @@ | ||||
|             }, | ||||
|             bestDateString     : function () { | ||||
|                 return bestDateString(this.get('start')); | ||||
|             }, | ||||
|             } | ||||
|         }, | ||||
|         defaults: { | ||||
|             status: 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user