mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-24 04:54:51 -04:00
Use dependency-style requireJs for unit tests, too
This commit is contained in:
parent
2bea2ca188
commit
fbc8b75fdc
@ -19,7 +19,8 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with Evopedia (file LICENSE-GPLv3.txt). If not, see <http://www.gnu.org/licenses/>
|
* along with Evopedia (file LICENSE-GPLv3.txt). If not, see <http://www.gnu.org/licenses/>
|
||||||
*/
|
*/
|
||||||
define(function(require) {
|
define(['jquery', 'title', 'archive', 'util', 'geometry'],
|
||||||
|
function($, evopediaTitle, evopediaArchive, util, geometry) {
|
||||||
|
|
||||||
var $ = require('jquery');
|
var $ = require('jquery');
|
||||||
var evopediaTitle = require('title');
|
var evopediaTitle = require('title');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user