diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-01 18:36:47 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-01 18:36:47 +0000 |
commit | 8400aa6e4fc0d5941729654487c1b09f9ceb1193 (patch) | |
tree | 2f72eae91200f50681590f1341dc7aa614e4bfd9 /engine/js/tests/ElggAjaxOptionsTest.js | |
parent | 79539637388ef38fdec0663b6796357af9d1a0fc (diff) | |
download | elgg-8400aa6e4fc0d5941729654487c1b09f9ceb1193.tar.gz elgg-8400aa6e4fc0d5941729654487c1b09f9ceb1193.tar.bz2 |
Commented some js Test files
git-svn-id: http://code.elgg.org/elgg/trunk@7176 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/js/tests/ElggAjaxOptionsTest.js')
-rw-r--r-- | engine/js/tests/ElggAjaxOptionsTest.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/js/tests/ElggAjaxOptionsTest.js b/engine/js/tests/ElggAjaxOptionsTest.js index 1f6f251de..8a2b7f574 100644 --- a/engine/js/tests/ElggAjaxOptionsTest.js +++ b/engine/js/tests/ElggAjaxOptionsTest.js @@ -1,8 +1,10 @@ +/**
+ * Tests elgg.ajax.handleOptions() with all of the possible valid inputs
+ */
ElggAjaxOptionsTest = TestCase("ElggAjaxOptionsTest");
ElggAjaxOptionsTest.prototype.testHandleOptionsAcceptsNoArgs = function() {
assertNotUndefined(elgg.ajax.handleOptions());
-
};
ElggAjaxOptionsTest.prototype.testHandleOptionsAcceptsUrl = function() {
|