aboutsummaryrefslogtreecommitdiffstats
path: root/external/npo/npo.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: update npo.js and include unminified source insteadTimmy Willison2019-08-121-1/+369
| | | | | Close gh-4446 Ref gh-4445
* Build: Update npm deps, fix Sinon npmcopy configMichał Gołębiowski2016-01-271-2/+2
| | | | | | | | | | | | All deps were updated except: * jsdom - tests using a Symbol polyfill are hacky and break with newer jsdom; we need to re-do them properly first * qunitjs - versions 1.19.0 & 1.20.0 introduce race conditions to the tests, making the fail randomly Those two packages will be updated once issues related to them get resolved. Fixes gh-2877
* Build: Update native-promise-only (again)Michał Gołębiowski2015-03-281-2/+2
| | | | This should fix Android 4.0 jQuery.when tests issues, for reals this time.
* Build: Update native-promise-onlyMichał Gołębiowski2015-03-251-2/+2
| | | | | | This should fix Android 4.0 jQuery.when tests issues. Closes gh-2159
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-201-0/+5
Fixes gh-1722 Closes gh-1996