From bb6b546b4be757cd515253cd10eccadf78e9afb6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 19 Nov 2012 17:23:24 +0000 Subject: cleanup formatting in binding files --- javascript/jsapi/location.bnd | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'javascript/jsapi/location.bnd') diff --git a/javascript/jsapi/location.bnd b/javascript/jsapi/location.bnd index c83fe46e3..db7a247bc 100644 --- a/javascript/jsapi/location.bnd +++ b/javascript/jsapi/location.bnd @@ -30,24 +30,13 @@ preamble %{ %} binding location { - type js_libdom; /* the binding type */ - - interface Location; /* Web IDL interface to generate */ - - /* private members: - * - stored in private context structure. - * - passed as parameters to constructor and stored automatically. - * - are *not* considered for property getters/setters. - * - * internal members: - * - value stored in private context structure - * - not passed to constructor - * - must be instantiated by constructor - * - are considered for property getters/setters. - */ + type js_libdom; /* the binding type */ + + interface Location; /* Web IDL interface to generate */ + private "struct browser_window *" bw; } operation reload %{ - browser_window_reload(private->bw, false); + browser_window_reload(private->bw, false); %} -- cgit v1.2.3