Skip to content

Commit

Permalink
added the first parts of part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
numso committed Oct 30, 2012
1 parent fee9ac6 commit be91e68
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 133 deletions.
109 changes: 0 additions & 109 deletions public/css/part2.less

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions public/part1.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Javascript for Beginners - Part 1</title>
<link rel="stylesheet" type="text/less" href="css/part1.less">
<link rel="stylesheet" type="text/less" href="css/slides.less">
</head>
<body>
<div id="impress">
Expand Down Expand Up @@ -486,7 +486,7 @@
(function (a) {
console.log(a);
}('hey there'));
// displays 'hello there'
// displays 'hey there'
</pre>
</div>
<div>
Expand Down

0 comments on commit be91e68

Please sign in to comment.