1
0
Fork 0
forked from 0x2620/oxjs

new import path

This commit is contained in:
j 2011-04-23 01:07:55 +02:00
commit 840eadf914
16 changed files with 32 additions and 50 deletions

View file

@ -1,4 +1,4 @@
$(function() {
Ox.UI(function() {
var $target = Ox.Element()
.css({
position: 'absolute',
@ -54,4 +54,4 @@ $(function() {
event == 'anyclick' && Ox.print(e);
});
});
});
});