diff options
author | timmywil <timmywillisn@gmail.com> | 2011-09-12 20:11:19 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-09-19 15:42:30 -0400 |
commit | 25205d3f90f1bda06e7ca95c2aa8c43e535badb4 (patch) | |
tree | f208239b4da009f37435ed13837f468e239eec3f /test/index.html | |
parent | 4092e3d2754e3847cd3159edb23184d4cfd4cf03 (diff) | |
download | jquery-25205d3f90f1bda06e7ca95c2aa8c43e535badb4.tar.gz jquery-25205d3f90f1bda06e7ca95c2aa8c43e535badb4.zip |
Removing topic.js as it will be a plugin
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html index 10c2e5f6c..17baa4894 100644 --- a/test/index.html +++ b/test/index.html @@ -11,7 +11,6 @@ <script src="../src/core.js"></script> <script src="../src/callbacks.js"></script> <script src="../src/deferred.js"></script> - <script src="../src/topic.js"></script> <script src="../src/support.js"></script> <script src="../src/data.js"></script> <script src="../src/queue.js"></script> @@ -39,7 +38,6 @@ <script src="unit/support.js"></script> <script src="unit/callbacks.js"></script> <script src="unit/deferred.js"></script> - <script src="unit/topic.js"></script> <script src="unit/data.js"></script> <script src="unit/queue.js"></script> <script src="unit/attributes.js"></script> |