Merge branch 'to-throw-error-unused-param' of https://github.com/FuzzySockets/jasmine into FuzzySockets-to-throw-error-unused-param

This commit is contained in:
Gregg Van Hove
2015-10-27 12:21:42 -07:00
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,