We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98a538 commit 08c450dCopy full SHA for 08c450d
app/assets/javascripts/recurring_select.js
@@ -91,6 +91,6 @@ function recurring_select(method) {
91
if (method in methods) {
92
return methods[ method ].apply( this, Array.prototype.slice.call( arguments, 1 ) );
93
} else {
94
- throw new Error( `Method ${method} does not exist on jQuery.recurring_select` );
+ throw new Error( `Method ${method} does not exist on recurring_select` );
95
}
96
0 commit comments