mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
View: add documentation todos.
This commit is contained in:
parent
c67b8acd4e
commit
bec8cf967e
1 changed files with 2 additions and 0 deletions
|
@ -594,6 +594,7 @@ var View = this.View = PaperScopeItem.extend(/** @lends View# */{
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
// DOCS: View#exportFrames(param);
|
||||||
exportFrames: function(param) {
|
exportFrames: function(param) {
|
||||||
param = Base.merge({
|
param = Base.merge({
|
||||||
fps: 30,
|
fps: 30,
|
||||||
|
@ -647,6 +648,7 @@ var View = this.View = PaperScopeItem.extend(/** @lends View# */{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// DOCS: View#exportImage(uri, callback);
|
||||||
exportImage: function(uri, callback) {
|
exportImage: function(uri, callback) {
|
||||||
this.draw();
|
this.draw();
|
||||||
// TODO: is it necessary to resolve the path?
|
// TODO: is it necessary to resolve the path?
|
||||||
|
|
Loading…
Reference in a new issue