Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelage committed Oct 1, 2014
1 parent 370464c commit 388a541
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@
};

var popstate = function (e) {
var key;
var barElement;
var activeObj;
var activeDom;
var direction;
Expand Down Expand Up @@ -183,7 +181,6 @@
// =======================

var PUSH = function (options) {
var key;
var xhr = PUSH.xhr;

if (xhr && xhr.readyState < 4) {
Expand Down Expand Up @@ -236,8 +233,6 @@
// =================

var success = function (xhr, options) {
var key;
var barElement;
var data = parseXHR(xhr, options);

if (!data.contents) {
Expand Down

0 comments on commit 388a541

Please sign in to comment.