diff --git a/LICENSE.md b/LICENSE.md index ec62b069..5e93bd51 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ Apache License, Version 2.0: -Copyright (c) 2012 - 2017 David Stutz +Copyright (c) 2012 - 2018 David Stutz Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the @@ -13,7 +13,7 @@ specific language governing permissions and limitations under the License. BSD 3-Clause License: -Copyright (c) 2012 - 2017 David Stutz +Copyright (c) 2012 - 2018 David Stutz All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/README.md b/README.md index 6e765b9a..3b5bde25 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Also check out [Bootstrap Strength Meter](https://github.com/davidstutz/bootstra **Apache License, Version 2.0** -Copyright (c) 2012 - 2017 [David Stutz](http://davidstutz.de/) +Copyright (c) 2012 - 2018 [David Stutz](http://davidstutz.de/) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -26,7 +26,7 @@ Unless required by applicable law or agreed to in writing, software distributed **BSD 3-Clause License** -Copyright (c) 2012 - 2017 [David Stutz](http://davidstutz.de/) +Copyright (c) 2012 - 2018 [David Stutz](http://davidstutz.de/) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/dist/js/bootstrap-multiselect.js b/dist/js/bootstrap-multiselect.js index dd5e2a7a..2a028b77 100644 --- a/dist/js/bootstrap-multiselect.js +++ b/dist/js/bootstrap-multiselect.js @@ -2,7 +2,7 @@ * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/) * * Apache License, Version 2.0: - * Copyright (c) 2012 - 2017 David Stutz + * Copyright (c) 2012 - 2018 David Stutz * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a @@ -15,7 +15,7 @@ * under the License. * * BSD 3-Clause License: - * Copyright (c) 2012 - 2017 David Stutz + * Copyright (c) 2012 - 2018 David Stutz * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -998,7 +998,6 @@ } $('a', $resetButton).click($.proxy(function(){ - console.log('test') this.clearSelection(); }, this)); diff --git a/dist/less/bootstrap-multiselect.less b/dist/less/bootstrap-multiselect.less index 602553ee..deec16fe 100644 --- a/dist/less/bootstrap-multiselect.less +++ b/dist/less/bootstrap-multiselect.less @@ -2,7 +2,7 @@ * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/) * * Apache License, Version 2.0: - * Copyright (c) 2012 - 2017 David Stutz + * Copyright (c) 2012 - 2018 David Stutz * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a @@ -15,7 +15,7 @@ * under the License. * * BSD 3-Clause License: - * Copyright (c) 2012 - 2017 David Stutz + * Copyright (c) 2012 - 2018 David Stutz * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/index.html b/index.html index 817350c1..fe2ca341 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,19 @@ window.prettyPrint() && prettyPrint(); }); +
@@ -6876,7 +6889,7 @@Copyright 2012 - 2017 David Stutz
+Copyright 2012 - 2018 David Stutz
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -6887,7 +6900,7 @@Copyright (c) 2012 - 2017 David Stutz
+Copyright (c) 2012 - 2018 David Stutz
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -6905,7 +6918,7 @@
- © 2012 - 2017 + © 2012 - 2018 David Stutz - dual licensed: Apache License v2.0, BSD 3-Clause License
diff --git a/package.json b/package.json index 32ce5401..4cf03ee8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-multiselect", - "version": "0.9.13", + "version": "0.9.15", "description": "JQuery multiselect plugin based on Twitter Bootstrap.", "main": "dist/js/bootstrap-multiselect.js", "directories": { @@ -32,13 +32,12 @@ "jquery": "~2.1.3" }, "devDependencies": { - "@types/jquery": "^3.2.12", "jasmine-core": "*", "karma": "*", - "karma-chrome-launcher": "*", "karma-cli": "*", "karma-jasmine": "*", - "karma-phantomjs-launcher": "*" + "karma-phantomjs-launcher": "*", + "karma-chrome-launcher": "*" }, "types": "./types/index.d.ts" } diff --git a/require.html b/require.html index 292a1f6b..e90a5906 100644 --- a/require.html +++ b/require.html @@ -150,7 +150,7 @@- © 2012 - 2017 + © 2012 - 2018 David Stutz - dual licensed: Apache License v2.0, BSD 3-Clause License