Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: examples/js/cube.js

Issue 821403003: Changes magic sequence to '!#mojo ' and strips 'mojo ' when building url (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: two more Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | examples/js/hello.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!mojo:js_content_handler 1 #!mojo mojo:js_content_handler
2 2
3 // Copyright 2014 The Chromium Authors. All rights reserved. 3 // Copyright 2014 The Chromium Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style license that can be 4 // Use of this source code is governed by a BSD-style license that can be
5 // found in the LICENSE file. 5 // found in the LICENSE file.
6 6
7 define("main", [ 7 define("main", [
8 "console", 8 "console",
9 "mojo/services/public/js/application", 9 "mojo/services/public/js/application",
10 "mojo/services/geometry/public/interfaces/geometry.mojom", 10 "mojo/services/geometry/public/interfaces/geometry.mojom",
11 "mojo/services/gpu/public/interfaces/gpu.mojom", 11 "mojo/services/gpu/public/interfaces/gpu.mojom",
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 this.gles2_.setDimensions(size); 409 this.gles2_.setDimensions(size);
410 } 410 }
411 411
412 onDestroyed() { 412 onDestroyed() {
413 this.quit(); 413 this.quit();
414 } 414 }
415 } 415 }
416 416
417 return CubeDemo; 417 return CubeDemo;
418 }); 418 });
OLDNEW
« no previous file with comments | « no previous file | examples/js/hello.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698