1
0
Fork 0
forked from 0x2620/oxjs

update mouse events example (CSS)

This commit is contained in:
rolux 2012-04-14 12:23:32 +02:00
commit e790571f2c
2 changed files with 16 additions and 6 deletions

View file

@ -1,3 +1,7 @@
/*
This example demonstrates the mouse events that any Ox.Element fires.
*/
Ox.load({UI: {theme: 'classic'}}, function() {
var $target = Ox.Element()