Skip to content

Commit

Permalink
Merge pull request Fabrik#1737 from nusilmar/patch-4
Browse files Browse the repository at this point in the history
Typo error in webservice.js
  • Loading branch information
cheesegrits committed Jun 1, 2016
2 parents 2832f07 + bd96d79 commit 18614f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/fabrik_list/webservice/webservice.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ define(['jquery', 'fab/list-plugin'], function (jQuery, FbListPlugin) {
this.list.submit('list.doPlugin');
}
});
retrun
return
FbListWebservice;
});
});

0 comments on commit 18614f0

Please sign in to comment.