Skip to content

Commit

Permalink
Removing unused id
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Nov 2, 2015
1 parent 9b5b007 commit 15a06ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/src/components/StatesField.js
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import Select from 'react-select';

const STATES = require('../data/states');
var id = 0;

function logChange() {
console.log.apply(console, [].concat(['Select value changed:'], Array.prototype.slice.apply(arguments)));
Expand All @@ -25,7 +24,6 @@ var StatesField = React.createClass({
country: 'AU',
disabled: false,
searchable: this.props.searchable,
id: ++id,
selectValue: 'new-south-wales'
};
},
Expand Down

0 comments on commit 15a06ac

Please sign in to comment.