Index: trunk/extensions/LiveTranslate/includes/ext.lt.google.js |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | } |
116 | 116 | } |
117 | 117 | ); |
118 | | - } |
| 118 | + }; |
119 | 119 | |
120 | 120 | /** |
121 | 121 | * Translates a single DOM element using Google Translate. |
— | — | @@ -162,7 +162,7 @@ |
163 | 163 | } ); |
164 | 164 | |
165 | 165 | this.handleTranslationCompletion(); |
166 | | - } |
| 166 | + }; |
167 | 167 | |
168 | 168 | /** |
169 | 169 | * Should be called every time a DOM element has been translated. |
Index: trunk/extensions/LiveTranslate/includes/jquery.liveTranslate.js |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | arguments.callee.sRE = new RegExp( '(\\' + specials.join('|\\') + ')', 'g' ); |
20 | 20 | } |
21 | 21 | return text.replace(arguments.callee.sRE, '\\$1'); |
22 | | - } |
| 22 | + }; |
23 | 23 | |
24 | 24 | var _this = this; |
25 | 25 | |
— | — | @@ -246,7 +246,7 @@ |
247 | 247 | |
248 | 248 | // Re-bind the events to the controls. |
249 | 249 | _this.bindEvents(); |
250 | | - } ) |
| 250 | + } ); |
251 | 251 | }; |
252 | 252 | |
253 | 253 | this.setup(); |