Skip to content

Commit

Permalink
Merge pull request #234 from GuruM/master
Browse files Browse the repository at this point in the history
fix: remove undefined `head` variable
  • Loading branch information
jakerella committed Apr 8, 2015
2 parents e098369 + ff651b7 commit 875fc37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jquery.mockjax.js
Expand Up @@ -9,7 +9,7 @@
*
* Copyright (c) 2014 appendTo, Jordan Kasper
* NOTE: This repository was taken over by Jordan Kasper (@jakerella) October, 2014
*
*
* Dual licensed under the MIT or GPL licenses.
* http://opensource.org/licenses/MIT OR http://www.gnu.org/licenses/gpl-2.0.html
*/
Expand Down Expand Up @@ -416,9 +416,6 @@
delete window[ jsonp ];
} catch(e) {}

if ( head ) {
head.removeChild( script );
}
};
}

Expand Down

0 comments on commit 875fc37

Please sign in to comment.