Add missing final newlines

Used this one-liner: https://unix.stackexchange.com/a/161853
This commit is contained in:
h1nk
2020-02-22 11:47:03 -05:00
parent b377878fd3
commit 598402d953
122 changed files with 122 additions and 122 deletions
+1 -1
View File
@@ -42,4 +42,4 @@ define(['browser', 'dialog', 'globalize'], function (browser, dialog, globalize)
return Promise.resolve();
};
});
});
@@ -127,4 +127,4 @@ define(['dom', 'focusManager'], function (dom, focusManager) {
};
return AlphaNumericShortcuts;
});
});
@@ -230,4 +230,4 @@ define(['events'], function (events) {
return {
getServerAddress: getServerAddress
};
});
});
+1 -1
View File
@@ -24,4 +24,4 @@ define([], function () {
return Promise.reject();
}
};
});
});
+1 -1
View File
@@ -12,4 +12,4 @@
</div>
<div class="formDialogFooter formDialogFooter-clear formDialogFooter-flex" style="padding-bottom: 1.5em;">
</div>
</div>
+1 -1
View File
@@ -481,4 +481,4 @@ define(['appRouter', 'focusManager', 'browser', 'layoutManager', 'inputManager',
globalOnOpenCallback = val;
}
};
});
});
+1 -1
View File
@@ -178,4 +178,4 @@ define([], function () {
whichAnimationEvent: whichAnimationEvent,
whichAnimationCancelEvent: whichAnimationCancelEvent
};
});
});
@@ -74,4 +74,4 @@ define(['emby-progressring', 'dom', 'serverNotifications', 'events', 'registerEl
prototype: EmbyItemRefreshIndicatorPrototype,
extends: 'div'
});
});
});
@@ -479,4 +479,4 @@ define(['itemShortcuts', 'inputManager', 'connectionManager', 'playbackManager',
prototype: ItemsContainerPrototype,
extends: 'div'
});
});
});
@@ -206,4 +206,4 @@ define(['scroller', 'dom', 'layoutManager', 'inputManager', 'focusManager', 'bro
prototype: ScrollerPrototype,
extends: 'div'
});
});
});
+1 -1
View File
@@ -338,4 +338,4 @@ define(['dom', 'scroller', 'browser', 'layoutManager', 'focusManager', 'register
prototype: EmbyTabs,
extends: 'div'
});
});
});
+1 -1
View File
@@ -129,4 +129,4 @@ define([], function () {
getFetchPromise: getFetchPromise,
ajax: ajax
};
});
});
+1 -1
View File
@@ -15,4 +15,4 @@ define(['multi-download'], function (multiDownload) {
}
}
};
});
});
+1 -1
View File
@@ -15,4 +15,4 @@ define([], function () {
return Promise.reject();
}
};
});
});
@@ -105,4 +105,4 @@
</div>
</form>
</div>
</div>
</div>
+1 -1
View File
@@ -171,4 +171,4 @@ define(['dialogHelper', 'globalize', 'userSettings', 'layoutManager', 'connectio
return {
show: showEditor
};
});
});
+1 -1
View File
@@ -340,4 +340,4 @@ define(['dom', 'layoutManager', 'browser', 'css!./headroom'], function (dom, lay
};
return Headroom;
});
});
@@ -129,4 +129,4 @@
<button is="emby-button" type="submit" class="raised button-submit block btnSave hide">
<span>${Save}</span>
</button>
</form>
</form>
+1 -1
View File
@@ -463,4 +463,4 @@ define(['appSettings', 'browser', 'events'], function (appSettings, browser, eve
getCrossOriginValue: getCrossOriginValue,
getBufferedRanges: getBufferedRanges
};
});
});
+1 -1
View File
@@ -35,4 +35,4 @@ define(['dom'], function (dom) {
loadImage: loadImage
};
});
});
+1 -1
View File
@@ -122,4 +122,4 @@ define(['lazyLoader', 'imageFetcher', 'layoutManager', 'browser', 'appSettings',
self.getPrimaryImageAspectRatio = getPrimaryImageAspectRatio;
return self;
});
});
+1 -1
View File
@@ -278,4 +278,4 @@ define(['playbackManager', 'serverNotifications', 'events'], function (playbackM
};
return ItemsRefresher;
});
});
@@ -100,4 +100,4 @@ define(['require', 'browser'], function (require, browser) {
};
return LazyLoader;
});
});
@@ -186,4 +186,4 @@ define(['visibleinviewport', 'dom', 'browser'], function (visibleinviewport, dom
};
return LazyLoader;
});
});
@@ -147,4 +147,4 @@
</label>
<div class="fieldDescription checkboxFieldDescription">${SaveSubtitlesIntoMediaFoldersHelp}</div>
</div>
</div>
</div>
+1 -1
View File
@@ -81,4 +81,4 @@ define(['components/loading/loadingLegacy', 'browser', 'css!./loading'], functio
}
}
};
});
});
+1 -1
View File
@@ -264,4 +264,4 @@ define(['dom', 'browser', 'events', 'emby-tabs', 'emby-button'], function (dom,
getTabsElement: getTabsElement,
selectedTabIndex: selectedTabIndex
};
});
});
@@ -96,4 +96,4 @@ define(['dialogHelper', 'layoutManager', 'globalize', 'require', 'paper-icon-but
return {
show: show
};
});
});
+1 -1
View File
@@ -63,4 +63,4 @@ define(['browser'], function (browser) {
download(url);
});
};
});
});
+1 -1
View File
@@ -149,4 +149,4 @@ define(['appSettings', 'pluginManager'], function (appSettings, pluginManager) {
};
return new PackageManager();
});
});
+1 -1
View File
@@ -43,4 +43,4 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
};
return PhotoPlayer;
});
});
@@ -94,4 +94,4 @@ define(['connectionManager', 'globalize', 'userSettings', 'apphost'], function (
};
return ExpirementalPlaybackWarnings;
});
});
@@ -47,4 +47,4 @@ define(['connectionManager', 'globalize'], function (connectionManager, globaliz
};
return PlayAccessValidation;
});
});
@@ -52,4 +52,4 @@ define(['playbackManager', 'layoutManager', 'events'], function (playbackManager
}
}
});
});
});
+1 -1
View File
@@ -21,4 +21,4 @@ define([], function () {
return {
getDisplayPlayMethod: getDisplayPlayMethod
};
});
});
+1 -1
View File
@@ -230,4 +230,4 @@ define([], function () {
};
return PlayQueueManager;
});
});
@@ -44,4 +44,4 @@ define(['events', 'playbackManager'], function (events, playbackManager) {
transferPlayback(oldPlayer, newPlayer);
});
});
});
@@ -342,4 +342,4 @@ define(['require', 'browser', 'appSettings', 'apphost', 'focusManager', 'quality
};
return PlaybackSettings;
});
});
@@ -86,4 +86,4 @@
<button is="emby-button" type="submit" class="raised button-submit block btnSave hide">
<span>${ButtonSave}</span>
</button>
</form>
</form>
+1 -1
View File
@@ -72,4 +72,4 @@ define(['actionsheet', 'datetime', 'playbackManager', 'globalize', 'appSettings'
return {
show: show
};
});
});
+1 -1
View File
@@ -146,4 +146,4 @@ define(['events'], function (events) {
};
return new PluginManager();
});
});
+1 -1
View File
@@ -25,4 +25,4 @@ define([], function () {
return Promise.reject(result);
}
};
});
});
+1 -1
View File
@@ -101,4 +101,4 @@ define(['dialogHelper', 'layoutManager', 'scrollHelper', 'globalize', 'dom', 're
});
});
};
});
});
+1 -1
View File
@@ -160,4 +160,4 @@ define(['globalize'], function (globalize) {
getVideoQualityOptions: getVideoQualityOptions,
getAudioQualityOptions: getAudioQualityOptions
};
});
});
@@ -202,4 +202,4 @@ define(['dialogHelper', 'globalize', 'layoutManager', 'mediaInfo', 'apphost', 'c
return {
show: showEditor
};
});
});
@@ -159,4 +159,4 @@ define(['dialogHelper', 'globalize', 'layoutManager', 'mediaInfo', 'apphost', 'c
return {
show: showEditor
};
});
});
@@ -214,4 +214,4 @@ define(['globalize', 'loading', 'connectionManager'], function (globalize, loadi
cancelTimerWithConfirmation: cancelTimerWithConfirmation,
cancelSeriesTimerWithConfirmation: cancelSeriesTimerWithConfirmation
};
});
});
@@ -267,4 +267,4 @@ define(['dialogHelper', 'globalize', 'layoutManager', 'mediaInfo', 'apphost', 'c
show: showEditor,
embed: embed
};
});
});
+1 -1
View File
@@ -92,4 +92,4 @@ define([], function () {
return truncate(sanitized, 255);
}
};
});
});
+1 -1
View File
@@ -928,4 +928,4 @@ define(['browser', 'layoutManager', 'dom', 'focusManager', 'ResizeObserver', 'sc
};
return scrollerFactory;
});
});
+1 -1
View File
@@ -134,4 +134,4 @@ define(['focusManager', 'dom', 'scrollStyles'], function (focusManager, dom) {
toCenter: toCenter,
toStart: toStart
};
});
});
+1 -1
View File
@@ -121,4 +121,4 @@ define(['layoutManager', 'globalize', 'require', 'events', 'browser', 'alphaPick
};
return SearchFields;
});
});
@@ -142,4 +142,4 @@
<div is="emby-scroller" data-horizontal="true" data-centerfocus="card" data-mousewheel="false" class="padded-top-focusscale padded-bottom-focusscale">
<div is="emby-itemscontainer" class="focuscontainer-x itemsContainer scrollSlider"></div>
</div>
</div>
</div>
@@ -369,4 +369,4 @@ require(['apphost'], function (appHost) {
window.navigator.gamepadInputEmulation = "gamepad";
}
});
});
@@ -166,4 +166,4 @@ define(['inputManager', 'focusManager', 'browser', 'layoutManager', 'events', 'd
events.on(layoutManager, 'modechange', initMouse);
return self;
});
});
+1 -1
View File
@@ -155,4 +155,4 @@ define(['loading', 'events', 'dialogHelper', 'dom', 'layoutManager', 'scrollHelp
};
return ServerRestartDialog;
});
});
@@ -41,4 +41,4 @@
event.waitUntil(executeAction(action, data, serverId));
}, false);
})();
})();
+1 -1
View File
@@ -549,4 +549,4 @@ define(['playbackManager', 'events', 'serverNotifications', 'connectionManager']
};
return SessionPlayer;
});
});
+1 -1
View File
@@ -27,4 +27,4 @@ define([], function () {
}
}
};
});
});
+1 -1
View File
@@ -425,4 +425,4 @@ define(['playbackManager', 'inputManager', 'connectionManager', 'appRouter', 'gl
getShortcutAttributesHtml: getShortcutAttributesHtml
};
});
});
+1 -1
View File
@@ -641,4 +641,4 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f
}
};
};
});
});
@@ -19,4 +19,4 @@
</div>
</form>
</div>
</div>
</div>
@@ -156,4 +156,4 @@ define([], function () {
getStyles: getStyles,
applyStyles: applyStyles
};
});
});
@@ -219,4 +219,4 @@ define(['require', 'globalize', 'appSettings', 'apphost', 'focusManager', 'loadi
};
return SubtitleSettings;
});
});
@@ -91,4 +91,4 @@
<button is="emby-button" type="submit" class="raised button-submit block btnSave hide">
<span>${Save}</span>
</button>
</form>
</form>
@@ -4,4 +4,4 @@
<div class="sliderContainer subtitleSyncSliderContainer">
<input is="emby-slider" type="range" step="1" min="0" max="100" value="50" class="subtitleSyncSlider" />
</div>
</div>
</div>
+1 -1
View File
@@ -120,4 +120,4 @@ define(['backdrop', 'mainTabsManager', 'layoutManager', 'emby-tabs'], function (
};
return TabbedView;
});
});
+1 -1
View File
@@ -108,4 +108,4 @@ define(['playbackManager', 'userSettings', 'connectionManager'], function (playb
// }
//});
});
});
+1 -1
View File
@@ -39,4 +39,4 @@ define(['css!./toast'], function () {
}, 300);
};
});
});
+1 -1
View File
@@ -168,4 +168,4 @@ define(['dom', 'events'], function (dom, events) {
};
return TouchHelper;
});
});
@@ -70,4 +70,4 @@
</div>
</div>
</form>
</div>
</div>
+1 -1
View File
@@ -332,4 +332,4 @@ define(['dom', 'playbackManager', 'connectionManager', 'events', 'mediaInfo', 'l
};
return UpNextDialog;
});
});
@@ -156,4 +156,4 @@ define(['connectionManager', 'serverNotifications', 'events', 'globalize', 'emby
prototype: EmbyPlaystateButtonPrototype,
extends: 'button'
});
});
});
@@ -38,4 +38,4 @@
</div>
</form>
</div>
</div>
</div>
+1 -1
View File
@@ -38,4 +38,4 @@ define(['dom'], function (dom) {
}
return visibleInViewport;
});
});
+1 -1
View File
@@ -405,4 +405,4 @@ define(['require', 'events', 'browser', 'appRouter', 'loading'], function (requi
};
return YoutubePlayer;
});
});