Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(39)

Delta Between Two Patch Sets: javascript/samplecontainer/samplecontainer.js

Issue 10269: Adding local file rendering support to Sample Container Base URL: http://svn.apache.org/repos/asf/incubator/shindig/trunk/
Left Patch Set: Created 16 years, 4 months ago
Right Patch Set: Moved LocalFileServlet to server/src/main/java/.../sample Created 16 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « javascript/samplecontainer/samplecontainer.html ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /** 1 /**
2 * Licensed to the Apache Software Foundation (ASF) under one 2 * Licensed to the Apache Software Foundation (ASF) under one
3 * or more contributor license agreements. See the NOTICE file 3 * or more contributor license agreements. See the NOTICE file
4 * distributed with this work for additional information 4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file 5 * regarding copyright ownership. The ASF licenses this file
6 * to you under the Apache License, Version 2.0 (the 6 * to you under the Apache License, Version 2.0 (the
7 * "License"); you may not use this file except in compliance 7 * "License"); you may not use this file except in compliance
8 * with the License. You may obtain a copy of the License at 8 * with the License. You may obtain a copy of the License at
9 * 9 *
10 * http://www.apache.org/licenses/LICENSE-2.0 10 * http://www.apache.org/licenses/LICENSE-2.0
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 if (!data) { 291 if (!data) {
292 alert("Could not dump the current state."); 292 alert("Could not dump the current state.");
293 } 293 }
294 document.getElementById('gadgetState').innerHTML 294 document.getElementById('gadgetState').innerHTML
295 = gadgets.json.stringify(data); 295 = gadgets.json.stringify(data);
296 } 296 }
297 ); 297 );
298 }; 298 };
299 299
300 })(); 300 })();
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b