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
define(['css!styles/main'], function() {
//success
}, function() {
//error
});
there is no error callback, when load failed, it call success callback always
The text was updated successfully, but these errors were encountered:
define(['css!styles/main'], function() {
//success
}, function() {
//error
});
there is no error callback, when load failed, it call success callback always
The text was updated successfully, but these errors were encountered: