~ubuntu-html5-theme-devs/ubuntu-html5-theme/15.04

« back to all changes in this revision

Viewing changes to 0.1/ambiance/js/core.js

  • Committer: Adnane Belmadiaf
  • Date: 2015-02-26 16:00:49 UTC
  • mto: This revision was merged to the branch mainline in revision 197.
  • Revision ID: daker@ubuntu.com-20150226160049-jq7y40bwt3yk8slq
Fixed class name

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
        init: function () {
210
210
            this.__setupTabs(document);
211
211
            this.__setupPage(document);
212
 
            if (typeof ActionsBar != 'undefined' && ActionsBar ) {
 
212
            if (typeof ActionBar != 'undefined' && ActionBar ) {
213
213
                this.__setupActionsBar(document);
214
214
            }
215
215
        },