From 33129113b3ebf3dd656bd58c34af476fb852e2f6 Mon Sep 17 00:00:00 2001 From: Sébastien Doeraene Date: Thu, 29 Jan 2015 17:50:33 +0100 Subject: Upgrade and update the whole thing for Scala.js 0.6.0-RC2. Both the builds, as well as the text of the book, have been completely updated for Scala.js 0.6.x. --- book/src/main/scalatex/book/Intro.scalatex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/src/main/scalatex/book/Intro.scalatex') diff --git a/book/src/main/scalatex/book/Intro.scalatex b/book/src/main/scalatex/book/Intro.scalatex index a504aa6..d69a2e5 100644 --- a/book/src/main/scalatex/book/Intro.scalatex +++ b/book/src/main/scalatex/book/Intro.scalatex @@ -21,7 +21,7 @@ while ((x < 10)) { x = ((x + 3) | 0) }; - ScalaJS.m.s_Predef() + ScalaJS.m.s_Predef$() .println__O__V(x) // 12 }); -- cgit v1.2.3