Add missing semi-colon.
This commit is contained in:
parent
993aacaea5
commit
7b90331f02
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -84,4 +84,4 @@ var DragHandler = {
|
|||||||
DragHandler._oElem = null;
|
DragHandler._oElem = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user