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
There are references to jQuery functions, including
$.ajax in request
and
within httpData. In the latter, $.parseJSON may be replaced with JSON.parse, $.error should be replaced by emitting an event, and $.globalEval could require some discussion.
It is true that it is noted that jQuery is required in the README, but if this is true, it should be included as a db dependency in kanso.json. I personally think it would make sense not to do this since it is a rather heavy one and it straightforward to replace the jQuery calls with javascript.
The text was updated successfully, but these errors were encountered:
mgmarino
added a commit
to mgmarino/db
that referenced
this issue
Oct 6, 2014
There are references to jQuery functions, including
$.ajax
inrequest
and
within
httpData
. In the latter,$.parseJSON
may be replaced withJSON.parse
,$.error
should be replaced by emitting an event, and$.globalEval
could require some discussion.It is true that it is noted that jQuery is required in the README, but if this is true, it should be included as a
db
dependency inkanso.json
. I personally think it would make sense not to do this since it is a rather heavy one and it straightforward to replace the jQuery calls with javascript.The text was updated successfully, but these errors were encountered: