fixed test for initRhinoTest function

This commit is contained in:
Oliver Becker
2013-10-27 17:02:02 +01:00
parent 45ef13eb63
commit 929bb44fa7

View File

@@ -1,7 +1,7 @@
/*jshint rhino:true, unused: false */
/*global name:true, less, loadStyleSheet */
if (initRhinoTest) { // definition of additional test functions (see rhino/test-header.js)
if (typeof initRhinoTest === 'function') { // definition of additional test functions (see rhino/test-header.js)
initRhinoTest();
}