Explorar el Código

JavaScript error in #3632

core23 hace 9 años
padre
commit
d15f0fb2ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Resources/public/Admin.js

+ 1 - 1
Resources/public/Admin.js

@@ -142,7 +142,7 @@ var Admin = {
      */
     add_pretty_errors: function() {
         console.warn('Admin.add_pretty_errors() was deprecated in version 2.4');
-    }
+    },
 
     stopEvent: function(event) {
         // https://github.com/sonata-project/SonataAdminBundle/issues/151