Skip to content

Commit

Permalink
Add missing semi
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Oct 3, 2012
1 parent 3f28300 commit 2e194de
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ define(function (require, exports, module) {
this._elements.fields.bind('sortupdate', util.bind(function () {
this._elements.fields.find('li').each(function (i, el) {
lib.updateFieldPosition($(el).find('.DWF-field-label').text(), i);
})
});
}, this));
};

Expand Down

0 comments on commit 2e194de

Please sign in to comment.