minor change

This commit is contained in:
rolux 2012-06-27 12:57:49 +02:00
parent bb5a93b2ec
commit 56fd258970

View file

@ -10,7 +10,7 @@ Ox.load('Image', function() {
Ox.Image('png/lenna256.png', function(image) {
/*
Create some DOM elements.
Create some DOM elements. Ox.$ works like jQuery.
*/
var $body = Ox.$('body'),
$select = Ox.$('<select>').on({change: change}).appendTo($body),