Skip to content

Commit

Permalink
update base
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Dec 6, 2013
1 parent d43c71a commit b992501
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build/base-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build/base.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.41
MIT Licensed
build time: Dec 4 22:04
build time: Dec 6 15:31
*/
/*
Combined processedModules by KISSY Module Compiler:
Expand Down Expand Up @@ -215,6 +215,7 @@ KISSY.add("base", ["attribute"], function(S, require) {
}
}
}
S.Base = Base;
return Base
});

3 changes: 3 additions & 0 deletions src/base/coverage/src/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ if (! _$jscoverage['/base.js']) {
_$jscoverage['/base.js'].lineData[436] = 0;
_$jscoverage['/base.js'].lineData[437] = 0;
_$jscoverage['/base.js'].lineData[443] = 0;
_$jscoverage['/base.js'].lineData[445] = 0;
}
if (! _$jscoverage['/base.js'].functionData) {
_$jscoverage['/base.js'].functionData = [];
Expand Down Expand Up @@ -1081,5 +1082,7 @@ KISSY.add(function(S, require) {
}
}
_$jscoverage['/base.js'].lineData[443]++;
S.Base = Base;
_$jscoverage['/base.js'].lineData[445]++;
return Base;
});
2 changes: 2 additions & 0 deletions src/base/src/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ KISSY.add(function (S, require) {
}
}

S.Base = Base;

return Base;
});
/**
Expand Down

0 comments on commit b992501

Please sign in to comment.