Login   Register  
Icontem

File: test/development.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Javier Camelis  >  notify  >  test/development.html  >  Download  
File: test/development.html
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: notify
Bind listeners to dispatch custom events
Author: By
Last change:
Date: 2013-03-22 17:41
Size: 370 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.js"></script>
  <script src="bind_trigger.js"></script>
</body>
</html>