Update published site
This commit is contained in:
parent
f9b2146e55
commit
e64fda4d31
@ -1,10 +1,9 @@
|
||||
(function() {
|
||||
var Attentive,
|
||||
var Attentive,
|
||||
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
|
||||
|
||||
if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {};
|
||||
if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {};
|
||||
|
||||
Attentive.Presentation = (function() {
|
||||
Attentive.Presentation = (function() {
|
||||
|
||||
Presentation.setup = function(identifier) {
|
||||
var starter;
|
||||
@ -174,16 +173,13 @@
|
||||
|
||||
return Presentation;
|
||||
|
||||
})();
|
||||
|
||||
}).call(this);
|
||||
(function() {
|
||||
var Attentive,
|
||||
})();
|
||||
var Attentive,
|
||||
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
|
||||
|
||||
if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {};
|
||||
if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {};
|
||||
|
||||
Attentive.Slide = (function() {
|
||||
Attentive.Slide = (function() {
|
||||
|
||||
Slide.fromList = function(list) {
|
||||
var result, slide;
|
||||
@ -226,15 +222,12 @@
|
||||
|
||||
return Slide;
|
||||
|
||||
})();
|
||||
})();
|
||||
var Attentive;
|
||||
|
||||
}).call(this);
|
||||
(function() {
|
||||
var Attentive;
|
||||
if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {};
|
||||
|
||||
if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {};
|
||||
|
||||
Attentive.PresentationTimer = (function() {
|
||||
Attentive.PresentationTimer = (function() {
|
||||
|
||||
function PresentationTimer() {
|
||||
this.time = 0;
|
||||
@ -308,9 +301,7 @@
|
||||
|
||||
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);
|
||||
Attentive.Presentation.setup('#slides');
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user