if ( typeof binding.method === 'string' ) {
                // Lookup method by name (late binding)
                method = binding.context[ binding.method ];
            } else {
                method = binding.method;