Skip to content

Commit b6d42df

Browse files
author
Tim Berners-Lee
committed
spaces
1 parent 96dc171 commit b6d42df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/widgets/buttons.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,8 @@ function getButtonStyle (options: ButtonWidgetOptions = {}) {
537537
* @returns <dDomElement> - the button
538538
*/
539539
export function button (dom: HTMLDocument, iconURI: string | undefined, text: string,
540-
handler?: (event: any) => void,
541-
options: ButtonWidgetOptions = { buttonColor: 'Primary', needsBorder: false }) {
540+
handler?: (event: any) => void,
541+
options: ButtonWidgetOptions = { buttonColor: 'Primary', needsBorder: false }) {
542542
var button = dom.createElement('button')
543543
button.setAttribute('type', 'button')
544544
// button.innerHTML = text // later, user preferences may make text preferred for some

0 commit comments

Comments
 (0)