Remove unused parameter from toThrowError

This commit is contained in:
Richard Harrington
2015-10-26 11:43:31 -04:00
parent 48f42eaa7d
commit c2ae3b6b12
3 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
getJasmineRequireObj().toThrowError = function(j$) {
function toThrowError (util) {
function toThrowError () {
return {
compare: function(actual) {
var threw = false,