7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
/* Copyright (c) 2015 Hyunje Alex Jun and other contributors
|
|
* Licensed under the MIT License
|
|
*/
|
|
'use strict';
|
|
|
|
module.exports = require('./src/js/adaptor/jquery');
|