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

Unified Diff: mojo/apps/js/bindings/connector.js

Issue 114883003: Implement more of the JavaScript GL API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: asdf Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/apps/js/bindings/codec.js ('k') | mojo/apps/js/bindings/gl/context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/connector.js
diff --git a/mojo/apps/js/bindings/connector.js b/mojo/apps/js/bindings/connector.js
index 42f2f9d599ed63fa260d63f788a7a8ca8572d192..89caa9725c7d93c213187dba994f1afe05aa6cae 100644
--- a/mojo/apps/js/bindings/connector.js
+++ b/mojo/apps/js/bindings/connector.js
@@ -3,10 +3,11 @@
// found in the LICENSE file.
define([
+ "console",
"mojo/apps/js/bindings/codec",
"mojo/apps/js/bindings/core",
"mojo/apps/js/bindings/support",
-], function(codec, core, support) {
+], function(console, codec, core, support) {
function Connector(handle) {
this.handle_ = handle;
« no previous file with comments | « mojo/apps/js/bindings/codec.js ('k') | mojo/apps/js/bindings/gl/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698