Browse Source

fixed demo.js remove storageManager and change storageType to local

pull/15/head
walkskyer 10 years ago
parent
commit
76cac97bb3
  1. 8
      src/demo.js

8
src/demo.js

@ -8,14 +8,6 @@ require(['src/config/require-config.js'], function() {
container : '#wte-app',
storageType: 'local',
storageManager: {
remoteStorage: {
urlStore: 'http://test.localhost/wte/index.php',
urlLoad: 'http://test.localhost/wte/read.php',
paramsStore: {type: 'homeTemplate',},
paramsLoad: {type: 'homeTemplate',},
},
},
components: {
defaults : [

Loading…
Cancel
Save