webstaff: mark some egEmbedFrame bindings as optional
authorGalen Charlton <gmc@esilibrary.com>
Wed, 7 Oct 2015 15:38:46 +0000 (15:38 +0000)
committerKathy Lussier <klussier@masslnc.org>
Tue, 2 Feb 2016 19:58:49 +0000 (14:58 -0500)
This gets rid of some noise in the browser console.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/web/js/ui/default/staff/services/eframe.js

index e312ba6..6aa377c 100644 (file)
@@ -13,11 +13,11 @@ angular.module('egCoreMod')
 
             // optional hash of functions which augment or override 
             // the stock xulG functions defined below.
-            handlers : '=',
-            frame : '=',
+            handlers : '=?',
+            frame : '=?',
 
             // called after onload of each new iframe page
-            onchange : '=',
+            onchange : '=?',
             saveSpace : '@',
         },