first commit of materio personal notes module : just displaying the icon button for now

This commit is contained in:
Bachir Soussi Chiadmi
2017-11-27 12:20:08 +01:00
parent af9630060a
commit bd1a1de792
6 changed files with 255 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
(function($){MaterioPersonalNotes=function(){function init(){trace('MaterioPersonalNotes :: init');};init();};$(document).ready(function(){var materioflag=new MaterioPersonalNotes();});})(jQuery);

View File

@@ -0,0 +1,29 @@
// @codekit-prepend "gui.js"
// @koala-prepend "gui.js"
(function($) {
MaterioPersonalNotes = function(){
/**
* init()
*/
function init(){
trace('MaterioPersonalNotes :: init');
};
init();
};
$(document).ready(function() {
var materioflag = new MaterioPersonalNotes();
});
})(jQuery);