Skip to content

Commit

Permalink
fix: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickheng committed Feb 12, 2017
1 parent 9e08f59 commit 5b8850c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class State {

_parseStateQuery (query) {
const splittedQuery = query.split('.')
let objPathSegments = null

return {
container: this._containers[splittedQuery[0]],
Expand Down

0 comments on commit 5b8850c

Please sign in to comment.