Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jun 27, 2018
1 parent d0b9065 commit e1d3b00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BBjGridExWidget.bbj
Expand Up @@ -1496,7 +1496,7 @@ class public BBjGridExWidget extends BBjWidget
row! = new BBjGridExWidgetRow(#RS!)
row!.setId(rowAsJson!.get("id").getAsString())
row!.setChildIndex(rowAsJson!.get("childIndex").getAsInt())
row!.setIndex(next!.get("index").getAsInt())
row!.setIndex(rowAsJson!.get("index").getAsInt())
row!.setParentKey(rowAsJson!.get("parentKey").getAsString())
row!.setIsSelected(iff(rowAsJson!.get("selected").getAsString() = "true" , 1 , 0))
event! = new BBjGridWidgetCellEditingEvent()
Expand Down

0 comments on commit e1d3b00

Please sign in to comment.