Cross-Browser Oni
var Print = SLift(function(mes) {
document.write(mes);
});
Print("Hello, cross-browser world!").run();
One piece of feeback I took away from my recent FOSDEM talk was that Oni should really be made cross-browser.
So after spending some time weeding out Firefox-specific JS constructs (such as JS 1.8 expression closures), I'm pleased to announce that Oni should now work on any modern browser (FF3, Chrome, Safari 3.1, IE7, IE8 tested).
Posted by alex at 00:25
| Comments (2)