Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
Update dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
atma committed Dec 14, 2015
1 parent 1bf6f94 commit c2659c5
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/mobile/chico.css.map

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/mobile/chico.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@
ch.Collapsible = Collapsible;

}(this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -1002,6 +1003,7 @@
ch.viewport = new Viewport();

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -1297,6 +1299,7 @@
ch.Positioner = Positioner;

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -1548,6 +1551,7 @@
ch.Component = Component;

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -1867,6 +1871,7 @@
ch.factory(Expandable, normalizeOptions);

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -4046,6 +4051,7 @@
ch.factory(Form);

}(this, this.ch));

(function (ch) {
'use strict';

Expand Down Expand Up @@ -4253,6 +4259,7 @@
ch.Condition = Condition;

}(this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -4789,6 +4796,7 @@
ch.factory(Validation);

}(this, this.ch));

(function (ch) {
'use strict';

Expand Down Expand Up @@ -4834,6 +4842,7 @@
};

}(this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -5116,6 +5125,7 @@
ch.factory(Countdown, normalizeOptions);

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -7025,6 +7035,7 @@
ch.factory(Calendar, normalizeOptions);

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -7572,6 +7583,7 @@
ch.factory(Datepicker);

}(this, this.ch));

(function (Datepicker) {
'use strict';

Expand All @@ -7585,6 +7597,7 @@


}(this.ch.Datepicker));

(function (window, ch) {
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/ui/chico.css.map

Large diffs are not rendered by default.

18 changes: 17 additions & 1 deletion dist/ui/chico.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
* @type {String}
*/
ch.onkeybackspace = 'backspace';

/**
* Method in change of expose a friendly interface of the Chico constructors.
*
Expand Down Expand Up @@ -618,6 +619,7 @@ for (var m in tiny) {
ch.Collapsible = Collapsible;

}(this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -968,6 +970,7 @@ for (var m in tiny) {
ch.viewport = new Viewport();

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -1263,6 +1266,7 @@ for (var m in tiny) {
ch.Positioner = Positioner;

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -1699,6 +1703,7 @@ for (var m in tiny) {
ch.Component = Component;

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -2093,6 +2098,7 @@ for (var m in tiny) {
ch.factory(Form);

}(this, this.ch));

(function (ch) {
'use strict';

Expand Down Expand Up @@ -2300,6 +2306,7 @@ for (var m in tiny) {
ch.Condition = Condition;

}(this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -2836,6 +2843,7 @@ for (var m in tiny) {
ch.factory(Validation);

}(this, this.ch));

(function (ch) {
'use strict';

Expand Down Expand Up @@ -2948,6 +2956,7 @@ for (var m in tiny) {
};

}(this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -3267,6 +3276,7 @@ for (var m in tiny) {
ch.factory(Expandable, normalizeOptions);

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -4304,6 +4314,7 @@ for (var m in tiny) {
};

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -6469,6 +6480,7 @@ for (var m in tiny) {
ch.factory(Calendar, normalizeOptions);

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -6794,6 +6806,7 @@ for (var m in tiny) {
};

}(this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -7262,6 +7275,7 @@ for (var m in tiny) {
ch.factory(Tabs);

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -8567,6 +8581,7 @@ for (var m in tiny) {
ch.factory(Countdown, normalizeOptions);

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -9114,6 +9129,7 @@ for (var m in tiny) {
ch.factory(Datepicker);

}(this, this.ch));

(function (window, ch) {
'use strict';

Expand Down Expand Up @@ -9828,4 +9844,4 @@ for (var m in tiny) {
return this;
};

}(this.ch.Autocomplete, this.ch));
}(this.ch.Autocomplete, this.ch));
2 changes: 1 addition & 1 deletion dist/ui/chico.min.css

Large diffs are not rendered by default.

0 comments on commit c2659c5

Please sign in to comment.