~daker/ubuntu-html5-theme/fix.1232533

« back to all changes in this revision

Viewing changes to 0.1/examples/widgets/OptionSelector.html

  • Committer: daker
  • Date: 2013-11-03 13:49:51 UTC
  • Revision ID: adnane002@gmail.com-20131103134951-nx921ba255b0bvlr
Fix for one instance

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        var UI = new UbuntuUI();
39
39
        $(document).ready(function () {
40
40
            UI.init();
41
 
            os1 = UI.optionselector('o1');
42
41
            os2 = UI.optionselector('o2');
43
42
        });
44
43
    </script>