File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
framework-install-business-logic-source
framework-install-config/definitions
framework-install-controller
framework-install-definition Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exports.install = function(framework) {
55function plain_homepage ( ) {
66 var self = this ;
77
8- var layer = SOURCe ( 'test' ) ;
8+ var layer = SOURCE ( 'test' ) ;
99 // or INCLUDE('test')
1010
1111 self . plain ( layer . hello ( ) ) ;
Original file line number Diff line number Diff line change 11framework . on ( 'load' , function ( ) {
2- framework . install ( 'source' , 'test' , 'http ://www.totaljs.com/inject-source.js' ) ;
2+ framework . install ( 'source' , 'test' , 'https ://www.totaljs.com/inject-source.js' ) ;
33} ) ;
Original file line number Diff line number Diff line change 11framework . on ( 'load' , function ( ) {
2- framework . install ( 'config' , 'http ://www.totaljs.com/inject-config.txt' ) ;
2+ framework . install ( 'config' , 'https ://www.totaljs.com/inject-config.txt' ) ;
33} ) ;
Original file line number Diff line number Diff line change 77var framework = require ( 'total.js' ) . http ( 'debug' ) ;
88
99framework . on ( 'load' , function ( ) {
10- framework . install ( 'controller' , 'http ://www.totaljs.com/inject-controller.js' ) ;
10+ framework . install ( 'controller' , 'https ://www.totaljs.com/inject-controller.js' ) ;
1111} ) ;
Original file line number Diff line number Diff line change 77var framework = require ( 'total.js' ) . http ( 'debug' ) ;
88
99framework . on ( 'load' , function ( ) {
10- framework . install ( 'definition' , 'http ://www.totaljs.com/inject-definition.js' ) ;
10+ framework . install ( 'definition' , 'https ://www.totaljs.com/inject-definition.js' ) ;
1111} ) ;
Original file line number Diff line number Diff line change 77var framework = require ( 'total.js' ) . http ( 'debug' ) ;
88
99framework . on ( 'load' , function ( ) {
10- framework . install ( 'model' , 'http ://www.totaljs.com/inject-model.js' ) ;
10+ framework . install ( 'model' , 'https ://www.totaljs.com/inject-model.js' ) ;
1111} ) ;
Original file line number Diff line number Diff line change 77var framework = require ( 'total.js' ) . http ( 'debug' ) ;
88
99framework . on ( 'load' , function ( ) {
10- framework . install ( 'module' , 'http ://www.totaljs.com/inject-module.js' ) ;
10+ framework . install ( 'module' , 'https ://www.totaljs.com/inject-module.js' ) ;
1111} ) ;
You can’t perform that action at this time.
0 commit comments