Merge lp:~sidnei/lazr-js/use-browser-console into lp:lazr-js

Proposed by Sidnei da Silva
Status: Merged
Approved by: Sidnei da Silva
Approved revision: 175
Merged at revision: not available
Proposed branch: lp:~sidnei/lazr-js/use-browser-console
Merge into: lp:lazr-js
Diff against target: 13 lines (+2/-1)
1 file modified
src-js/lazrjs/testing/testing.js (+2/-1)
To merge this branch: bzr merge lp:~sidnei/lazr-js/use-browser-console
Reviewer Review Type Date Requested Status
Brad Crittenden (community) code Approve
Review via email: mp+23778@code.launchpad.net

Description of the change

Just a config change to make Y.Console log to the Firebug console.

To post a comment you must log in.
Revision history for this message
Brad Crittenden (bac) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src-js/lazrjs/testing/testing.js'
2--- src-js/lazrjs/testing/testing.js 2009-11-24 04:34:24 +0000
3+++ src-js/lazrjs/testing/testing.js 2010-04-20 16:02:13 +0000
4@@ -116,7 +116,8 @@
5 // If we are not running under JsTestDriver, then run all
6 // the registered test suites with Y.Test.Runner.
7 var yconsole = new Y.Console({
8- newestOnTop: false
9+ newestOnTop: false,
10+ useBrowserConsole: true
11 });
12 yconsole.render("#log");
13 Y.Test.Runner.run();

Subscribers

People subscribed via source and target branches