update some stuff

This commit is contained in:
John Bintz 2012-03-13 15:21:09 -04:00
parent 0bd92df878
commit 70c4264416
3 changed files with 281 additions and 290 deletions

View File

@ -1,4 +1,3 @@
(function() {
var Attentive, var Attentive,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
@ -175,9 +174,6 @@
return Presentation; return Presentation;
})(); })();
}).call(this);
(function() {
var Attentive, var Attentive,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
@ -227,9 +223,6 @@
return Slide; return Slide;
})(); })();
}).call(this);
(function() {
var Attentive; var Attentive;
if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {}; if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {};
@ -309,8 +302,6 @@
return PresentationTimer; return PresentationTimer;
})(); })();
}).call(this);
// Underscore.js 1.3.1 // Underscore.js 1.3.1
// (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc. // (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore is freely distributable under the MIT license. // Underscore is freely distributable under the MIT license.
@ -1310,13 +1301,7 @@
}; };
}).call(this); }).call(this);
(function() {
}).call(this);
(function() {
Attentive.Presentation.setup('#slides'); Attentive.Presentation.setup('#slides');
}).call(this);

View File

@ -86,6 +86,9 @@
</div></div><div class="slide"><div class="content"> </div></div><div class="slide"><div class="content">
<h1>Automated testing is important</h1> <h1>Automated testing is important</h1>
</div></div><div class="slide"><div class="content">
<h1>Why is it important?</h1>
</div></div><div class="slide style-image-80-percent"><div class="content"> </div></div><div class="slide style-image-80-percent"><div class="content">
<p><img src="assets/checklist.png" /></p> <p><img src="assets/checklist.png" /></p>

View File

@ -11,6 +11,9 @@
!SLIDE !SLIDE
# Automated testing is important # Automated testing is important
!SLIDE
# Why is it important?
!SLIDE image-80-percent !SLIDE image-80-percent
<img src="assets/checklist.png" /> <img src="assets/checklist.png" />