Skip to content

Commit

Permalink
Added reset to locals
Browse files Browse the repository at this point in the history
  • Loading branch information
javve committed Apr 23, 2012
1 parent bfa4570 commit 4d72a40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ var List = function(id, options, values) {
Item: Item,
Templater: Templater,
sortButtons: sortButtons,
events: events
events: events,
reset: reset
};
for (var i = 0; i < plugins.length; i++) {
var pluginName = plugins[i][1].name || plugins[i][0];
Expand Down

0 comments on commit 4d72a40

Please sign in to comment.