Skip to content
Snippets Groups Projects
Commit 0f31c5a9 authored by Mike Greiling's avatar Mike Greiling
Browse files

replace implicit this == window with explicit binding

parent 71377c1a
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
Loading
Loading
@@ -68,4 +68,4 @@
 
return GroupsSelect;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -78,4 +78,4 @@
new window.ImporterStatus(jobsImportPath, importPath);
}
});
}).call(this);
}).call(window);
Loading
Loading
@@ -76,4 +76,4 @@
 
return IssuableContext;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -156,4 +156,4 @@
 
return IssuableForm;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -132,4 +132,4 @@ require('./task_list');
 
return Issue;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -31,4 +31,4 @@
 
return IssueStatusSelect;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -43,4 +43,4 @@
 
return Labels;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -504,4 +504,4 @@
 
return LabelsSelect;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -44,4 +44,4 @@
}
});
});
}).call(this);
}).call(window);
Loading
Loading
@@ -4,4 +4,4 @@
 
(function() {
 
}).call(this);
}).call(window);
Loading
Loading
@@ -6,4 +6,4 @@
 
(function() {
 
}).call(this);
}).call(window);
Loading
Loading
@@ -46,4 +46,4 @@
return dfd.promise();
};
})(window);
}).call(this);
}).call(window);
Loading
Loading
@@ -297,4 +297,4 @@
*/
w.gl.utils.convertPermissionToBoolean = permission => permission === 'true';
})(window);
}).call(this);
}).call(window);
Loading
Loading
@@ -123,4 +123,4 @@ window.dateFormat = require('vendor/date.format');
return Math.floor((date2 - date1) / millisecondsPerDay);
};
})(window);
}).call(this);
}).call(window);
Loading
Loading
@@ -44,4 +44,4 @@
w.notify = notifyMe;
return w.notifyPermissions = notifyPermissions;
})(window);
}).call(this);
}).call(window);
Loading
Loading
@@ -168,4 +168,4 @@
return string.substr(0, (maxLength - 3)) + '...';
};
})(window);
}).call(this);
}).call(window);
Loading
Loading
@@ -12,4 +12,4 @@
return (obj != null) && (obj.constructor === Object);
};
})(window);
}).call(this);
}).call(window);
Loading
Loading
@@ -83,4 +83,4 @@
document.location.href = url;
};
})(window);
}).call(this);
}).call(window);
Loading
Loading
@@ -179,4 +179,4 @@ require('vendor/jquery.scrollTo');
 
return LineHighlighter;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -4,4 +4,4 @@
window.addEventListener('beforeunload', function() {
$('.tanuki-logo').addClass('animate');
});
}).call(this);
}).call(window);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment