From 95cd41503bbf456c2cf4c61231c3e40caa567d5d Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 22 Jul 2016 12:05:51 -0700 Subject: [PATCH] Remove unused arg. --- src/standard/configure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standard/configure.html b/src/standard/configure.html index 2cb400a9b1..97587ebfe0 100644 --- a/src/standard/configure.html +++ b/src/standard/configure.html @@ -115,7 +115,7 @@ } }, - _configureInstanceProperties: function(config) { + _configureInstanceProperties: function() { for (var i in this._propertyEffects) { // Allow properties set before upgrade on the instance // to override default values. This allows late upgrade + an early set