Commit db7a40cf authored by Lingnan Wu's avatar Lingnan Wu

change tabulation to spaces and save as unix style ,Debug : Delete the frameid for presentation

parent 20f653f5
...@@ -168,17 +168,16 @@ ...@@ -168,17 +168,16 @@
}); });
} }
}, },
'present-slides': { 'present-slides': {
type:'editor', type:'editor',
path:'component/slideshow.html', path:'component/slideshow.html',
gadget_id:'page-content', gadget_id:'page-content',
ext:'prs', ext:'prs',
frameid:'svg_edit_frame',
getContent: function () { getContent: function () {
return getSlidesContent(); return getSlidesContent();
}, },
setContent: function (content) { setContent: function (content) {
setSlidesContent(content); setSlidesContent(content);
}, },
onload: function (param) { onload: function (param) {
var waitForInit = function (fun) { var waitForInit = function (fun) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment