Skip to content

Instantly share code, notes, and snippets.

@cedricdekimpe
Created October 30, 2012 17:09
Show Gist options
  • Save cedricdekimpe/3981585 to your computer and use it in GitHub Desktop.
Save cedricdekimpe/3981585 to your computer and use it in GitHub Desktop.
(function(window, undefined) { "use strict";
var jQuery = window.alohaQuery || window.jQuery,
$ = jQuery, Aloha = window.Aloha;
Aloha.MetaView = new (Aloha.Plugin.extend({
_constructor: function(){
this._super('metaview');
},
/*** Configure the available languages*/
languages: ['en', 'de'],
/*** Initialize the plugin */
init: function () {
}
}))();
})(window);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment