This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Output Unused Bindings for Knockout 3+ | |
(c) Michael Best | |
License: MIT (http://www.opensource.org/licenses/mit-license.php) | |
*/ | |
(function (ko) { | |
var originalGetBindingAccessors = ko.bindingProvider.instance.getBindingAccessors; | |
if (!originalGetBindingAccessors) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Isotope binding for Knockout 3+ | |
(c) Michael Best | |
License: MIT (http://www.opensource.org/licenses/mit-license.php) | |
*/ | |
"use strict"; | |
ko.bindingHandlers.isotope = { | |
init: function (element, valueAccessor, allBindings, viewModel, bindingContext) { |