Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
budnix committed May 8, 2015
1 parent e896957 commit a5e485a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tutorials/cell-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,19 +384,10 @@ <h4 id="creating-select-input-and-attaching-it-to-dom">Creating <code>&lt;select
}</code></pre>
<p>Task two: <strong>DONE</strong></p>
<h4 id="populating-select-with-options">Populating <code>&lt;select&gt;</code> with options</h4>
<<<<<<< HEAD
<p>In the previous step we implemented a function that crates <code>&lt;select&gt;</code> input and attaches it to DOM.
You've probably noticed
that we haven't written any code that would create <code>&lt;option&gt;</code> elements, therefore if we would
display the list, it would be
empty.</p>
<p>We want to be able to define an option list like so:</p>
=======
<p>In the previous step we implemented a function that creates the <code>&lt;select&gt;</code> input and attaches it to the DOM.
You probably noticed that we haven&#39;t written any code that would create the <code>&lt;option&gt;</code> elements, therefore if we
displayed the list, it would be empty.</p>
<p>We want to be able to define an option list like this:</p>
>>>>>>> c73a08268af5d4cd9aeaeb4fc8697e2701fe1d00
<pre><code class="lang-js">var hot = new Handsontable(document.getElementById('container'), {
data: someData,
columns: [
Expand Down

0 comments on commit a5e485a

Please sign in to comment.