Commit 57e3ddc3b481ed5281b52773761b0dd9193c182b
1 parent
e7de1e41e1
Exists in
master
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/service.js
... | ... | @@ -29,7 +29,7 @@ angular.module('focaBotoneraLateral') |
29 | 29 | this.botones.guardar = value; |
30 | 30 | if(value) this.botones.funcionGuardar = funcion; |
31 | 31 | }; |
32 | - this.addCustomButton = function(title, funcion){ | |
32 | + this.addCustomButton = function(title, funcion) { | |
33 | 33 | this.botones.custom.push({ |
34 | 34 | title: title, |
35 | 35 | funcion: funcion |