From 3e6d20f6fdc029bb002aeec410cd8994f850ac3a Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 25 Sep 2014 19:03:13 +0200 Subject: [PATCH] typo in docs --- source/Ox.UI/js/Core/Event.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Core/Event.js b/source/Ox.UI/js/Core/Event.js index 39927d4c..7042d9c6 100644 --- a/source/Ox.UI/js/Core/Event.js +++ b/source/Ox.UI/js/Core/Event.js @@ -416,7 +416,7 @@ }; /*@ - post Post a message into our out of an iframe + post Post a message into or out of an iframe (message[, data]) -> This method's `this` binding Posts one message, with optional message data ({message: data, ...}) -> This method's `this` binding