Wrapped morris.js to allow compatibility with noConflict mode.

This commit is contained in:
Adrian Rollett 2012-02-29 21:20:37 -07:00
parent a280a1717e
commit a174ae924b

View File

@ -1,4 +1,5 @@
(function() {
(function($) {
(function() {
var Morris;
Morris = {};
@ -344,4 +345,5 @@
window.Morris = Morris;
}).call(this);
}).call(this);
})(jQuery);