Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / renderer / resources / extensions / app_window_custom_bindings.js
index c666d32..812d3d6 100644 (file)
@@ -243,7 +243,7 @@ appWindow.registerCustomHook(function(bindingsAPI) {
     };
     AppWindow.prototype.alphaEnabled = function() {
       return appWindowData.alphaEnabled;
-    }
+    };
     AppWindow.prototype.handleWindowFirstShownForTests = function(callback) {
       // This allows test apps to get have their callback run even if they
       // call this after the first show has happened.