Skip to content

Commit

Permalink
Merge commit 'morgan/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed May 4, 2009
2 parents 0d07f8b + 5717c8c commit 924ad2f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions dist/lowpro.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* jslint immed:false */
LowPro = {};
LowPro.Version = '0.5';
LowPro.CompatibleWithPrototype = '1.6';
Expand Down Expand Up @@ -167,9 +168,9 @@ Object.extend(Event.addBehavior, {
element.$$assigned.push(observer);
}
}
}());
}());
}());
});
});
});
}
}
},
Expand Down
1 change: 0 additions & 1 deletion dist/lowpro.min.js

This file was deleted.

Binary file modified dist/lowpro.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions src/behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Object.extend(Event.addBehavior, {
element.$$assigned.push(observer);
}
}
}());
}());
}());
});
});
});
}
}
},
Expand Down
1 change: 1 addition & 0 deletions src/lowpro.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* jslint immed:false */
LowPro = {};
LowPro.Version = '0.5';
LowPro.CompatibleWithPrototype = '1.6';
Expand Down

0 comments on commit 924ad2f

Please sign in to comment.