Skip to content

Commit

Permalink
removed extra stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonpecora committed Aug 5, 2016
1 parent 294aab9 commit b317f19
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions services/pane.js
Expand Up @@ -367,11 +367,7 @@ function openNewPage() {

// create pane
return open([{header: 'New Page', content: innerEl}]);
// // init controller
// ds.controller('pane-new-page', newPagePaneController);
// ds.get('pane-new-page', el);
// return el;
}).catch(function (e) { console.log(e); });
});
}

function addPreview(preview) {
Expand Down

0 comments on commit b317f19

Please sign in to comment.