Add missing semi-colon.

This commit is contained in:
jgen 2014-04-24 16:56:04 -04:00
parent 993aacaea5
commit 7b90331f02
2 changed files with 2 additions and 1 deletions

View File

@ -91,6 +91,7 @@ define('ADMIN_PASS', "demo");
* A set of common SCore activities to test * A set of common SCore activities to test
*/ */
class SCoreWebTestCase extends WebTestCase { class SCoreWebTestCase extends WebTestCase {
/** /**
* Click on a link or a button * Click on a link or a button
*/ */

View File

@ -84,4 +84,4 @@ var DragHandler = {
DragHandler._oElem = null; DragHandler._oElem = null;
} }
} };