Skip to content

Commit 95cd415

Browse files
committed
Remove unused arg.
1 parent 36467fa commit 95cd415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/standard/configure.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
}
116116
},
117117

118-
_configureInstanceProperties: function(config) {
118+
_configureInstanceProperties: function() {
119119
for (var i in this._propertyEffects) {
120120
// Allow properties set before upgrade on the instance
121121
// to override default values. This allows late upgrade + an early set

0 commit comments

Comments
 (0)