mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
Name load function so we can profile it
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ window.iD = function () {
|
||||
// the connection requires .storage() to be available on calling.
|
||||
var connection = iD.Connection(context);
|
||||
|
||||
connection.on('load.context', function (err, result) {
|
||||
connection.on('load.context', function loadContext(err, result) {
|
||||
history.merge(result);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user