This commit is contained in:
Colin McLeod
2015-09-01 20:55:07 -07:00
parent 30ea10830c
commit 44e5dfb4d4

View File

@@ -93,7 +93,7 @@ angular.module('app').directive('shipyardHeader', ['lodash', '$window', '$rootSc
scope.resetTextSize = function() { scope.resetTextSize = function() {
if ($rootScope.sizeRatio != 1) { if ($rootScope.sizeRatio != 1) {
scope.textSizeChange(1); scope.textSizeChange(1);
scope.$broadcast('reset',1); scope.$broadcast('reset', 1);
} }
}; };