Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions messi.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
}

.messi-actions {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: box;
Expand Down
4 changes: 4 additions & 0 deletions messi.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

// Clase principal
(function($) {
function Messi(data, options) {

var _this = this;
Expand Down Expand Up @@ -276,3 +277,6 @@ jQuery.extend(Messi, {
}

});

$.Messi = Messi;
})(jQuery);
Loading