fix Cash Receipt test
authorLinda Nichols <lynnaloo@gmail.com>
Wed, 2 Apr 2014 02:36:20 +0000 (02:36 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Wed, 2 Apr 2014 02:36:20 +0000 (02:36 +0000)
lib/enyo-x/source/views/workspace.js

index 17b2c12..9a8dd1f 100644 (file)
@@ -327,6 +327,7 @@ trailing:true, white:true, strict: false*/
 
     create: function () {
       this.inherited(arguments);
+      XM.View.setPresenter(this, 'workspace');
       this.processExtensions();
       this.titleChanged();
     },