File: unittest.html

Recommend this page to a friend!
  Classes of Chi H.   Observer Pattern   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Unit Test
Class: Observer Pattern
Manage list of observer objects
Author: By
Last change: typo
Date: 10 years ago
Size: 483 bytes
 

Contents

Class file image Download
<html> <head> <!--/* * Copyright (c) 2014 Chi Hoang * All rights reserved *//--> <meta charset="utf-8"> <title>Observer Pattern</title> <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.15.0.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="http://code.jquery.com/qunit/qunit-1.15.0.js"></script> <script src="observer.js"></script> <script src="unittest.js"></script> </head> <body> </body> </html>