Skip to content

Commit

Permalink
Resolve issue #8 - replace #HTMLView!.executeScript with `#executeS…
Browse files Browse the repository at this point in the history
…cript`
  • Loading branch information
hyyan committed Jan 17, 2018
1 parent 5d06d5b commit 5871c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BBjGridExWidget.bbj
Expand Up @@ -138,7 +138,7 @@ class public BBjGridExWidget extends BBjWidget
method public void setSelectedRow(BBjNumber x!)

script$="bbj_grid_widget_set_selected_rows([" + str(x!) + "]);"
#HTMLView!.executeScript(script$)
#executeScript(script$)
methodend

rem /**
Expand All @@ -159,7 +159,7 @@ class public BBjGridExWidget extends BBjWidget
wend
script$=script$+"]);"

#HTMLView!.executeScript(script$)
#executeScript(script$)
methodend

rem /**
Expand Down

0 comments on commit 5871c71

Please sign in to comment.