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