Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jul 4, 2014
1 parent edb7aa6 commit 777e5d2
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
3 changes: 2 additions & 1 deletion build/xtemplate-debug.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2014, KISSY v5.0.0
MIT Licensed
build time: Jul 3 20:15
build time: Jul 4 10:51
*/
/*
combined modules:
Expand Down Expand Up @@ -85,6 +85,7 @@ KISSY.add('xtemplate', [
}
util.extend(XTemplate, XTemplateRuntime, {}, {
compile: Compiler.compile,
loader: loader,
Compiler: Compiler,
Scope: XTemplateRuntime.Scope,
RunTime: XTemplateRuntime,
Expand Down
4 changes: 2 additions & 2 deletions build/xtemplate.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/xtemplate/runtime-debug.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2014, KISSY v5.0.0
MIT Licensed
build time: Jul 3 20:15
build time: Jul 4 10:51
*/
/*
combined modules:
Expand Down Expand Up @@ -148,6 +148,7 @@ KISSY.add('xtemplate/runtime', [
this.subNameResolveCache = {};
}
util.mix(XTemplateRuntime, {
loader: loader,
nativeCommands: nativeCommands,
utils: utils,
/**
Expand Down
22 changes: 11 additions & 11 deletions build/xtemplate/runtime.js

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

3 changes: 2 additions & 1 deletion lib/build/xtemplate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2014, KISSY v5.0.0
MIT Licensed
build time: Jul 3 20:15
build time: Jul 4 10:51
*/
/*
combined modules:
Expand Down Expand Up @@ -85,6 +85,7 @@ KISSY.add('xtemplate', [
}
util.extend(XTemplate, XTemplateRuntime, {}, {
compile: Compiler.compile,
loader: loader,
Compiler: Compiler,
Scope: XTemplateRuntime.Scope,
RunTime: XTemplateRuntime,
Expand Down
3 changes: 2 additions & 1 deletion lib/build/xtemplate/runtime.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2014, KISSY v5.0.0
MIT Licensed
build time: Jul 3 20:15
build time: Jul 4 10:51
*/
/*
combined modules:
Expand Down Expand Up @@ -148,6 +148,7 @@ KISSY.add('xtemplate/runtime', [
this.subNameResolveCache = {};
}
util.mix(XTemplateRuntime, {
loader: loader,
nativeCommands: nativeCommands,
utils: utils,
/**
Expand Down

0 comments on commit 777e5d2

Please sign in to comment.