Skip to content

Commit e1d1202

Browse files
qitmac000408qitmac000408
authored andcommitted
更新版本号
1 parent b2253d3 commit e1d1202

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

avalon.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
http://weibo.com/jslouvre/
66
77
Released under the MIT license
8-
avalon.js 1.5.1 built in 2015.9.17
8+
avalon.js 1.5.2 built in 2015.9.17
99
support IE6+ and other browsers
1010
==================================================*/
1111
(function(global, factory) {
@@ -292,7 +292,7 @@ function _number(a, len) { //用于模拟slice, splice的效果
292292
avalon.mix({
293293
rword: rword,
294294
subscribers: subscribers,
295-
version: 1.51,
295+
version: 1.52,
296296
ui: {},
297297
log: log,
298298
slice: W3C ? function (nodes, start, end) {

dist/avalon.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
http://weibo.com/jslouvre/
66
77
Released under the MIT license
8-
avalon.js 1.5.1 built in 2015.9.17
8+
avalon.js 1.5.2 built in 2015.9.17
99
support IE6+ and other browsers
1010
==================================================*/
1111
(function(global, factory) {
@@ -292,7 +292,7 @@ function _number(a, len) { //用于模拟slice, splice的效果
292292
avalon.mix({
293293
rword: rword,
294294
subscribers: subscribers,
295-
version: 1.51,
295+
version: 1.52,
296296
ui: {},
297297
log: log,
298298
slice: W3C ? function (nodes, start, end) {

dist/avalon.modern.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
http://weibo.com/jslouvre/
66
77
Released under the MIT license
8-
avalon.modern.js 1.5.1 built in 2015.9.17
8+
avalon.modern.js 1.5.2 built in 2015.9.17
99
support IE10+ and other browsers
1010
==================================================*/
1111
(function(global, factory) {
@@ -257,7 +257,7 @@ function _number(a, len) { //用于模拟slice, splice的效果
257257
avalon.mix({
258258
rword: rword,
259259
subscribers: subscribers,
260-
version: 1.51,
260+
version: 1.52,
261261
ui: {},
262262
log: log,
263263
slice: function(nodes, start, end) {

dist/avalon.modern.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/avalon.modern.shim.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
http://weibo.com/jslouvre/
66
77
Released under the MIT license
8-
avalon.modern.shim.js 1.5.1 built in 2015.9.17
8+
avalon.modern.shim.js 1.5.2 built in 2015.9.17
99
support IE10+ and other browsers
1010
==================================================*/
1111
(function(global, factory) {
@@ -257,7 +257,7 @@ function _number(a, len) { //用于模拟slice, splice的效果
257257
avalon.mix({
258258
rword: rword,
259259
subscribers: subscribers,
260-
version: 1.51,
260+
version: 1.52,
261261
ui: {},
262262
log: log,
263263
slice: function(nodes, start, end) {

dist/avalon.shim.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
http://weibo.com/jslouvre/
66
77
Released under the MIT license
8-
avalon.shim.js 1.5.1 built in 2015.9.17
8+
avalon.shim.js 1.5.2 built in 2015.9.17
99
support IE6+ and other browsers
1010
==================================================*/
1111
(function(global, factory) {
@@ -292,7 +292,7 @@ function _number(a, len) { //用于模拟slice, splice的效果
292292
avalon.mix({
293293
rword: rword,
294294
subscribers: subscribers,
295-
version: 1.51,
295+
version: 1.52,
296296
ui: {},
297297
log: log,
298298
slice: W3C ? function (nodes, start, end) {

0 commit comments

Comments
 (0)