(locationString: string)
| 35 | |
| 36 | // Public setters |
| 37 | public setLocationString(locationString: string): void{ |
| 38 | this.locationString = locationString; |
| 39 | } |
| 40 | |
| 41 | public setScrolling(scrolling: boolean, defaultScroll: number = 0): void{ |
| 42 | // If the scrolling is different |