Name load function so we can profile it

This commit is contained in:
Tom MacWright
2013-02-08 10:23:35 -05:00
parent 4a339ade87
commit 6f81288eb9
+1 -1
View File
@@ -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);
});