updated docs and dist

This commit is contained in:
vieron
2012-07-24 10:35:07 +02:00
parent 443d0fbc29
commit 62caa4abf7
9 changed files with 164 additions and 164 deletions
+2 -2
View File
@@ -141,10 +141,10 @@
var el = this.el;
if (el && !update) {
this.data = {} || el.offset();
this.data = el.offset();
this.data.width = el.width();
this.data.height = el.height();
};
}
if (el && update && !not_update_offsets) {
var offset = el.offset();