Comparing version 1.0.1 to 1.0.2
14
index.js
@@ -1,8 +0,10 @@ | ||
!(function(e, t) { | ||
if(e.jQuery){ | ||
t(jQuery); | ||
}else{ | ||
return; | ||
(function(factory){ | ||
if(typeof exports === "object" && typeof module === "object"){ | ||
module.exports = factory(require("jquery")); | ||
} else if(typeof define === "function" && define.amd) { | ||
define(["jquery"], factory); | ||
} else { | ||
factory(jQuery); | ||
} | ||
})(this, function($){ | ||
})(function($){ | ||
(function(t) { | ||
@@ -9,0 +11,0 @@ function i() { |
{ | ||
"name": "jq-audio", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "一款jquery音频插件", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
21042
502