revert unnecessary changes
authorjulesstp <julianmcarlin@gmail.com>
Tue, 7 Jan 2014 21:04:10 +0000 (15:04 -0600)
committerjulesstp <julianmcarlin@gmail.com>
Tue, 7 Jan 2014 21:04:10 +0000 (15:04 -0600)
lib/enyo-x/source/app.js
lib/enyo-x/source/views/transaction_list_container.js

index 186d51b..20e2b53 100644 (file)
@@ -34,8 +34,7 @@ white:true*/
       onHistoryItemSelected: "selectHistoryItem",
       onSearch: "waterfallSearch",
       onWorkspace: "waterfallWorkspace",
-      onColumnsChange: "columnsDidChange",
-      onWorkspaceAction: "waterfallWorkspaceAction"
+      onColumnsChange: "columnsDidChange"
     },
     /*
       Three use cases:
@@ -351,10 +350,6 @@ white:true*/
     waterfallWorkspace: function (inSender, inEvent) {
       this.$.postbooks.waterfall("onWorkspace", inEvent);
       return true; // don't want to double up
-    },
-    waterfallWorkspaceAction: function (inSender, inEvent) {
-      this.$.postbooks.waterfall("onWorkspaceAction", inEvent);
-      return true; // don't want to double up
     }
   });
 }());
index dfc1500..062fe9f 100644 (file)
@@ -21,8 +21,7 @@ trailing:true, white:true, strict:false*/
       list: null,
       actions: null,
       transactionDate: null,
-      model: null,
-      issueAll: null
+      model: null
     },
     events: {
       onPrevious: "",