mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
Normalise trailing whitespace and line endings everywhere
This commit is contained in:
@@ -9,13 +9,13 @@ import * as models from '../../../models/models';
|
||||
})
|
||||
export class AlbumDeletePrompt {
|
||||
public album: models.Album;
|
||||
|
||||
|
||||
constructor(@ng.Inject(ng.ElementRef) private _elementRef: ng.ElementRef) {
|
||||
}
|
||||
|
||||
|
||||
public show(album: models.Album) {
|
||||
this.album = album;
|
||||
|
||||
|
||||
// Consider rewriting this using Angular 2's "Renderer" API so as to avoid direct DOM access
|
||||
(<any>window).jQuery(".modal", this._elementRef.nativeElement).modal();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user