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

View File

@ -86,6 +86,9 @@
</div></div><div class="slide"><div class="content">
<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">
<p><img src="assets/checklist.png" /></p>

View File

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