mirror of
https://github.com/less/less.js.git
synced 2026-01-22 13:48:03 -05:00
fixed test for initRhinoTest function
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user