Skip to content

Commit

Permalink
> KISSY gallery/Mock/0.1.9/
Browse files Browse the repository at this point in the history
  • Loading branch information
nuysoft committed Apr 13, 2015
1 parent 49f56d2 commit 4ef3fef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/mock-min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/mock.js
@@ -1,4 +1,4 @@
/*! mockjs 13-04-2015 14:26:58 */
/*! mockjs 13-04-2015 14:32:27 */
/*! src/mock-prefix.js */
/*!
Mock - 模拟请求 & 模拟数据
Expand All @@ -7,7 +7,7 @@
*/
(function(undefined) {
var Mock = {
version: "0.1.8",
version: "0.1.9",
_mocked: {}
};
/*! src/util.js */
Expand Down Expand Up @@ -1070,7 +1070,7 @@
this.Mock = Mock;
this.Random = Random;
if (typeof KISSY != "undefined") {
Util.each([ "mock", "components/mock/", "mock/dist/mock", "gallery/Mock/0.1.1/", "gallery/Mock/0.1.2/", "gallery/Mock/0.1.3/" ], function register(name) {
Util.each([ "mock", "components/mock/", "mock/dist/mock", "gallery/Mock/0.1.9/" ], function register(name) {
KISSY.add(name, function(S) {
Mock.mockjax(S);
return Mock;
Expand Down
2 changes: 1 addition & 1 deletion mock-min.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions src/expose.js
Expand Up @@ -46,9 +46,7 @@ if (typeof KISSY != 'undefined') {
*/
Util.each([
'mock', 'components/mock/', 'mock/dist/mock',
'gallery/Mock/0.1.1/',
'gallery/Mock/0.1.2/',
'gallery/Mock/0.1.3/',
'gallery/Mock/0.1.9/'
], function register(name) {
KISSY.add(name, function(S) {
Mock.mockjax(S)
Expand Down

0 comments on commit 4ef3fef

Please sign in to comment.