chore(jshint): clearing semicolon warnings

This commit is contained in:
Perry Govier
2014-07-02 14:08:18 -05:00
parent 1b51231e8f
commit 19c40986af
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ var PLATFORM_BACK_BUTTON_PRIORITY_POPUP = 400;
var PLATFORM_BACK_BUTTON_PRIORITY_LOADING = 500;
function componentConfig(defaults) {
defaults.$get = function() { return defaults; }
defaults.$get = function() { return defaults; };
return defaults;
}
@@ -40,7 +40,7 @@ IonicModule
position: ''
}
}
})
});
IonicModule.config([

View File

@@ -326,7 +326,7 @@ function($ionicTemplateLoader, $ionicBackdrop, $q, $timeout, $rootScope, $docume
self.element.addClass('popup-tall');
newHeight = window.innerHeight - popupHead[0].offsetHeight - popupButtons[0].offsetHeight -20;
popupBody[0].style.height = newHeight + 'px';
};
}
self.element.removeClass('popup-hidden');
self.element.addClass('popup-showing active');