Skip to content

Commit 08c450d

Browse files
glaszigSlokilla
andauthored
remove jquery reference from error message
Co-authored-by: Slokilla <[email protected]>
1 parent d98a538 commit 08c450d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/recurring_select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ function recurring_select(method) {
9191
if (method in methods) {
9292
return methods[ method ].apply( this, Array.prototype.slice.call( arguments, 1 ) );
9393
} else {
94-
throw new Error( `Method ${method} does not exist on jQuery.recurring_select` );
94+
throw new Error( `Method ${method} does not exist on recurring_select` );
9595
}
9696
}

0 commit comments

Comments
 (0)