Merge branch 'sdk'
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / widgets / switch / switch.js
index 8b2d855..da0a776 100644 (file)
@@ -1,8 +1,8 @@
 $("#switch-demo").live("pageshow", function(e) {
-       $("#switch-1-coord").bind("changed", function(e) {
+       $("#switch-1-coord").bind("change", function(e) {
                $("#switch-2-coord").toggleswitch("option", "checked", $("#switch-1-coord").toggleswitch("option", "checked"));
        });
-       $("#switch-2-coord").bind("changed", function(e) {
+       $("#switch-2-coord").bind("change", function(e) {
                $("#switch-1-coord").toggleswitch("option", "checked", $("#switch-2-coord").toggleswitch("option", "checked"));
        });
 });