Skip to content

Commit

Permalink
Add comment for next version update
Browse files Browse the repository at this point in the history
fix #106
  • Loading branch information
okcoker committed Jan 5, 2018
1 parent ce545d9 commit 065f1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/taggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
* @param {Object} options
*/
var Taggle = function(el, options) {
// @todo also check that option type is correct #106
// @todo uncomment this in next major version
// for (var key in (options || {})) {
// if (!DEFAULTS.hasOwnProperty(key)) {
Expand Down

0 comments on commit 065f1b3

Please sign in to comment.