Skip to content

Commit

Permalink
Merge pull request #3925 from yakky/feature/fix_typo_3011
Browse files Browse the repository at this point in the history
Fix typo in JS
  • Loading branch information
mkoistinen committed Mar 5, 2015
2 parents 8ac8e45 + 50154e0 commit 4c5c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/static/cms/js/modules/cms.changelist.js
Expand Up @@ -14,7 +14,7 @@ $(document).ready(function () {
'lang': {}
},

initialize: function (optio ns) {
initialize: function (options) {
this.options = $.extend(true, {}, this.options, options);

// load internal functions
Expand Down

0 comments on commit 4c5c756

Please sign in to comment.