From 59aaf05e6555cde219a7cbeede061eec25aa4e34 Mon Sep 17 00:00:00 2001 From: Kevin Phillips Date: Mon, 11 Jun 2018 10:34:54 -0500 Subject: [PATCH] unremoving scope.getPathsforKey in production --- can-view-scope.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/can-view-scope.js b/can-view-scope.js index beed814..eb67e9f 100644 --- a/can-view-scope.js +++ b/can-view-scope.js @@ -427,9 +427,7 @@ assign(Scope.prototype, { // ## Scope.prototype.getPathsForKey // Finds all paths that will return a value for a specific key - // NOTE: this is for development purposes only and is removed in production getPathsForKey: function getPathsForKey(key) { - //!steal-remove-start var paths = {}; var getKeyDefinition = function(obj, key) { @@ -495,7 +493,6 @@ assign(Scope.prototype, { }); return paths; - //!steal-remove-end }, // ## Scope.prototype.hasKey