UNPKG

transactional

Version:

Reactive objects with transactional updates and automatic serialization

26 lines (25 loc) 767 B
<!DOCTYPE html> <html> <head> <meta charset='utf8'> <title>Backbone Test Suite</title> <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen"> </head> <body> <script src="vendor/qunit.js"></script> <script src="vendor/jquery.js"></script> <script src="vendor/json2.js"></script> <script src="vendor/underscore.js"></script> <script src="../../index.js"></script> <script type="application/javascript"> Backbone = Nested; </script> <script src="setup/dom-setup.js"></script> <script src="setup/environment.js"></script> <script src="events.js"></script> <script src="model.js"></script> <script src="collection.js"></script> <script src="router.js"></script> <script src="sync.js"></script> </body> </html>