summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 1feea1d90..85ecaf878 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -401,14 +401,14 @@ var $__build_47_app__ = function () {
this.renameFolder = function () {
console.log('TBD');
};
- this.deleteFeed = function () {
- console.log('TBD');
+ this.deleteFeed = function (feedUrl) {
+ console.log(feedUrl);
};
- this.deleteFolder = function () {
- console.log('TBD');
+ this.deleteFolder = function (folderName) {
+ console.log(folderName);
};
- this.moveFeed = function () {
- console.log('TBD');
+ this.moveFeed = function (feedId, folderId) {
+ console.log(feedId + folderId);
};
}
]);