← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1241215] Re: list.remove() fails (code typo)

 

** Changed in: ubuntu-html5-theme
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to ubuntu-html5-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1241215

Title:
  list.remove() fails (code typo)

Status in Ubuntu UI SDK for HTML5 Apps:
  Fix Released
Status in “ubuntu-html5-theme” package in Ubuntu:
  Fix Released

Bug description:
  In lists.js there is the remove function prototype:

  	remove: function (index) {
  	    var item = this.at(index);
  	    if (item) {
  		item.parendNode.removeChild(item);
  	    }
  	},

  This fails because of a typo: "parend" (should be "parent").

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1241215/+subscriptions