Merge branch 'resize-widget-dimensions' of https://github.com/rebugger/gridster.js into resize-widget-dimensions

Conflicts:
	src/jquery.gridster.js
This commit is contained in:
Hannes Rosenbauer
2014-06-26 10:35:13 +02:00
+3 -1
View File
@@ -2907,10 +2907,12 @@
if (tag.styleSheet) {
tag.styleSheet.cssText = css;
} else {
}
else{
tag.appendChild(document.createTextNode(css));
}
this.remove_style_tags();
this.$style_tags = this.$style_tags.add(tag);
return this;