Skip to content

Commit

Permalink
Nuke simulate
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Sep 25, 2016
1 parent 922ac0f commit fdce548
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 66 deletions.
1 change: 0 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ This file is generated by `grunt build`, do not edit it by hand.
options:
vendor: [
'https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js',
'public/docsupport/event.simulate.js'
]
specs: 'spec/public/proto_specs.js'

Expand Down
64 changes: 0 additions & 64 deletions public/docsupport/event.simulate.js

This file was deleted.

2 changes: 1 addition & 1 deletion public/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3>Example:</h3>
<td>change</td>
<td>
<p>Chosen triggers the standard DOM event whenever a selection is made (it also sends a <code class="language-javascript">selected</code> or <code class="language-javascript">deselected</code> parameter that tells you which option was changed).</p>
<p><strong>Note:</strong> in order to use change in the Prototype version, you have to include the <a href="https://github.com/kangax/protolicious/blob/5b56fdafcd7d7662c9d648534225039b2e78e371/event.simulate.js">Event.simulate</a> class. The selected and deselected parameters are not available for Prototype.</p>
<p>The selected and deselected parameters are not available for Prototype.</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit fdce548

Please sign in to comment.