Skip to content

Commit

Permalink
Add ‘something’ as dobj/iobj option.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilFraser committed Jun 24, 2020
1 parent 8b566af commit 3afa1d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/code/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ Code.functionEditor.createDom = function(container) {
<select id="dobj">
<option>none</option>
<option>this</option>
<option>something</option>

This comment has been minimized.

Copy link
@cpcallen

cpcallen Jun 26, 2020

Collaborator

This is probably a reasonable interim measure, but I really think we should be serving at least the options, and probably the entire verb-related part of the form, from the server. See #395.

<option>any</option>
</select>
<select id="prep">
Expand All @@ -950,6 +951,7 @@ Code.functionEditor.createDom = function(container) {
<select id="iobj">
<option>none</option>
<option>this</option>
<option>something</option>
<option>any</option>
</select>
</div>
Expand Down

0 comments on commit 3afa1d9

Please sign in to comment.