From 3ee0e57f9e9a8f76fbdf38d2feaeb8c50b31056e Mon Sep 17 00:00:00 2001 From: "scotty.b.brown" Date: Wed, 24 Nov 2010 11:33:33 +0000 Subject: [PATCH] Tidy up for #150 git-svn-id: https://beef.googlecode.com/svn/trunk@577 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/beefjs/dom.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/beefjs/dom.js b/modules/beefjs/dom.js index 04ba2f266..e243018b6 100644 --- a/modules/beefjs/dom.js +++ b/modules/beefjs/dom.js @@ -63,11 +63,11 @@ beef.dom = { }, /** - * @params: {String} url: target url which is loaded in the iframe. - * @params: {String} method: whether to use a GET or POST HTTP method. - * @params: {Hash} params: list of params that will be sent in request. - * @params: {Boolean} hidden: whether to make the iframe hidden. - * @params: {Boolean} remove: whether to remove the iframe from the dom once it is loaded. + * @param: {String} url: target url which is loaded in the iframe. + * @param: {String} method: whether to use a GET or POST HTTP method. + * @param: {Hash} params: list of params that will be sent in request. + * @param: {Boolean} hidden: whether to make the iframe hidden. + * @param: {Boolean} remove: whether to remove the iframe from the dom once it is loaded. * @return: {String} result: success, failure or timeout */