Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
[WIP] Waiting for API
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Sep 18, 2017
1 parent 57498d8 commit d660ee4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ YUI.add('ez-versionsplugin', function (Y) {
this.onHostEvent('*:createDraft', this._createDraftFromArchivedVersion);
this.onHostEvent('*:deleteVersion', this._confirmDeleteVersion);
this.onHostEvent('*:editVersion', this._redirectToEditVersion);
this.onHostEvent('*:restoreVersionInLanguage', this._restoreVersionInLanguage);
},

_restoreVersionInLanguage: function (e) {
console.log('No API yet to do that', e);
},

/**
Expand Down

0 comments on commit d660ee4

Please sign in to comment.