Skip to content

Instantly share code, notes, and snippets.

@olleolleolle
Created March 2, 2009 21:34
Show Gist options
  • Save olleolleolle/72995 to your computer and use it in GitHub Desktop.
Save olleolleolle/72995 to your computer and use it in GitHub Desktop.
on creating a project, the refresh of the project list is borked due to closure miss
diff -r a41a063efa69 frontend/js/bespin/dashboard/dashboard.js
--- a/frontend/js/bespin/dashboard/dashboard.js Mon Mar 02 21:55:02 2009 +0100
+++ b/frontend/js/bespin/dashboard/dashboard.js Mon Mar 02 22:33:42 2009 +0100
@@ -134,7 +134,7 @@
},
refreshProjects: function() {
- _server.list(null, null, displayProjects);
+ _server.list(null, null, bd.displayProjects);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment