Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
esprehn committed May 9, 2012
1 parent 2923c4d commit 5b6e4cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/presentation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function(module) {

module.controller('PresentationController', PresentationController);
function PresentationController($scope, $defer, $location, keyboard) {
function PresentationController($scope, $location, keyboard) {
var RIGHT_ARROW = 39;
var LEFT_ARROW = 37;

Expand Down Expand Up @@ -61,8 +61,6 @@ function KeyboardService($rootScope) {
module.directive('deck', function() {
function link($scope, element, attrs) {
var slides = element.find('slide');
// var name = atrs.current;
// var total = atrs.total;

function restack() {
slides.each(function(i, slide) {
Expand Down

0 comments on commit 5b6e4cf

Please sign in to comment.