summaryrefslogtreecommitdiff
path: root/book/src/main/scalatex/book/Intro.scalatex
diff options
context:
space:
mode:
authorSébastien Doeraene <sjrdoeraene@gmail.com>2015-01-29 17:50:33 +0100
committerSébastien Doeraene <sjrdoeraene@gmail.com>2015-01-29 17:50:33 +0100
commit33129113b3ebf3dd656bd58c34af476fb852e2f6 (patch)
tree5b84193ecd9eefc05bd9f27b1766e833064182ae /book/src/main/scalatex/book/Intro.scalatex
parentea067baf2afe492cde8b10b88e9628812cb4d7cd (diff)
downloadhands-on-scala-js-33129113b3ebf3dd656bd58c34af476fb852e2f6.tar.gz
hands-on-scala-js-33129113b3ebf3dd656bd58c34af476fb852e2f6.tar.bz2
hands-on-scala-js-33129113b3ebf3dd656bd58c34af476fb852e2f6.zip
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.
Diffstat (limited to 'book/src/main/scalatex/book/Intro.scalatex')
-rw-r--r--book/src/main/scalatex/book/Intro.scalatex2
1 files changed, 1 insertions, 1 deletions
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
});