Skip to content

Commit

Permalink
style(jshint): fix jshint error
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Sep 12, 2015
1 parent c145945 commit 6accdbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ angular.module('ngIOS9UIWebViewPatch', ['ng']).config(function($provide) {

function applyIOS9Shim(browser) {
var pendingLocationUrl = null;
var originalUrlFn= browser.url;
var originalUrlFn = browser.url;

browser.url = function() {
if (arguments.length) {
Expand Down

0 comments on commit 6accdbe

Please sign in to comment.