You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't reproduce this error. I don't know how to reproduce this error. I am not even sure what the error is. I just know it was an error. I was using Assets Pipeline in development, and I started to get this javascript error about it calling one of my functions but passing in invalid arguments. I traced it to this line of code:
(function() {
}).call(this);
Sprockets added this between two concatenated scripts. When I removed the trailing white space in the script before, suddenly the error went away. All I did was remove white space at the bottom of the script.
Like I said, I have no clue how to reproduce this error. All I know is it happened, and I don't know why white space at bottom of one script would generate such code.
The text was updated successfully, but these errors were encountered:
I can't reproduce this error. I don't know how to reproduce this error. I am not even sure what the error is. I just know it was an error. I was using Assets Pipeline in development, and I started to get this javascript error about it calling one of my functions but passing in invalid arguments. I traced it to this line of code:
(function() {
}).call(this);
Sprockets added this between two concatenated scripts. When I removed the trailing white space in the script before, suddenly the error went away. All I did was remove white space at the bottom of the script.
Like I said, I have no clue how to reproduce this error. All I know is it happened, and I don't know why white space at bottom of one script would generate such code.
The text was updated successfully, but these errors were encountered: