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
{{ message }}
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
_getMinimized: function () {
return jQuery(_.template(this.options.templates.minimized, {}));
},
(although, doing a search for _.template in the project, it seems this is the only one to actually fail -- I imagine there are quite a few others that should be fixed as well)
_.template started returning a function in 1.7.0 I believe.... and when passing the function to jQuery it fails.. Looking at the reference the bower.json, it references >= 1.2.0 which may not be entirely safe.
I've updated to lodash in my own project, the one with underscore compatibility, and it seems to work pretty well.
The text was updated successfully, but these errors were encountered:
tswaters
changed the title
jquery error, context is null
_.template now returns a function
Jan 19, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've installed bower components and referenced them all... when starting it up I get an error raised in jQuery, "a is null".
I've tracked it down to the following, line:
create/src/jquery.Midgard.midgardToolbar.js
Lines 90 to 92 in 00d43ea
(although, doing a search for _.template in the project, it seems this is the only one to actually fail -- I imagine there are quite a few others that should be fixed as well)
_.template started returning a function in 1.7.0 I believe.... and when passing the function to jQuery it fails.. Looking at the reference the bower.json, it references >= 1.2.0 which may not be entirely safe.
I've updated to lodash in my own project, the one with underscore compatibility, and it seems to work pretty well.
The text was updated successfully, but these errors were encountered: