|
@@ -231,6 +231,10 @@ root.mePlayer = function (options) {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
+if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
|
|
|
+ module.exports = root.mePlayer;
|
|
|
+}
|
|
|
+
|
|
|
function getTarget(option) {
|
|
|
if (typeof option === 'string') {
|
|
|
return document.querySelector(option);
|