Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
qitmac000408 authored and qitmac000408 committed Sep 16, 2015
1 parent 5779e52 commit 54154a1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
3 changes: 2 additions & 1 deletion avalon.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
http://weibo.com/jslouvre/
Released under the MIT license
avalon.js 1.5.1 built in 2015.9.14
avalon.js 1.5.1 built in 2015.9.16
support IE6+ and other browsers
==================================================*/
(function(global, factory) {
Expand Down Expand Up @@ -3474,6 +3474,7 @@ Buffer.prototype = {

var buffer = new Buffer()
var componentQueue = []
var widgetList = []
var componentHooks = {
$construct: function () {
return avalon.mix.apply(null, arguments)
Expand Down
3 changes: 2 additions & 1 deletion dist/avalon.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
http://weibo.com/jslouvre/
Released under the MIT license
avalon.js 1.5.1 built in 2015.9.14
avalon.js 1.5.1 built in 2015.9.16
support IE6+ and other browsers
==================================================*/
(function(global, factory) {
Expand Down Expand Up @@ -3474,6 +3474,7 @@ Buffer.prototype = {

var buffer = new Buffer()
var componentQueue = []
var widgetList = []
var componentHooks = {
$construct: function () {
return avalon.mix.apply(null, arguments)
Expand Down
3 changes: 2 additions & 1 deletion dist/avalon.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
http://weibo.com/jslouvre/
Released under the MIT license
avalon.modern.js 1.5.1 built in 2015.9.14
avalon.modern.js 1.5.1 built in 2015.9.16
support IE10+ and other browsers
==================================================*/
(function(global, factory) {
Expand Down Expand Up @@ -2836,6 +2836,7 @@ Buffer.prototype = {

var buffer = new Buffer()
var componentQueue = []
var widgetList = []
var componentHooks = {
$construct: function () {
return avalon.mix.apply(null, arguments)
Expand Down
6 changes: 3 additions & 3 deletions dist/avalon.modern.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/avalon.modern.shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
http://weibo.com/jslouvre/
Released under the MIT license
avalon.modern.js 1.5.1 built in 2015.9.14
avalon.modern.shim.js 1.5.1 built in 2015.9.16
support IE10+ and other browsers
==================================================*/
(function(global, factory) {
Expand Down Expand Up @@ -2836,6 +2836,7 @@ Buffer.prototype = {

var buffer = new Buffer()
var componentQueue = []
var widgetList = []
var componentHooks = {
$construct: function () {
return avalon.mix.apply(null, arguments)
Expand Down
3 changes: 2 additions & 1 deletion dist/avalon.shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
http://weibo.com/jslouvre/
Released under the MIT license
avalon.shim.js 1.5.1 built in 2015.9.14
avalon.shim.js 1.5.1 built in 2015.9.16
support IE6+ and other browsers
==================================================*/
(function(global, factory) {
Expand Down Expand Up @@ -3474,6 +3474,7 @@ Buffer.prototype = {

var buffer = new Buffer()
var componentQueue = []
var widgetList = []
var componentHooks = {
$construct: function () {
return avalon.mix.apply(null, arguments)
Expand Down

0 comments on commit 54154a1

Please sign in to comment.