File: test/minify.html

Recommend this page to a friend!
  Classes of Javier Camelis   notify   test/minify.html   Download  
File: test/minify.html
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: notify
Bind listeners to dispatch custom events
Author: By
Last change: First Release of Notify.
Date: 2 years ago
Size: 374 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>QUnit - Setter Getter Tests</title> <link rel="stylesheet" href="lib/qunit-1.11.0.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="lib/qunit-1.11.0.js"></script> <script src="../notify.min.js"></script> <script src="bind_trigger.js"></script> </body> </html>