forked from cory/tildefriends
Fix a bug that was preventing require('ui') from working, and improve resolveRequire while I'm in there.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3195 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -124,7 +124,7 @@ function editPage(event) {
|
||||
}
|
||||
|
||||
// XXX: Why do I need .js?
|
||||
require("ui.js").fileList({
|
||||
require("ui").fileList({
|
||||
title: "Live Markdeep Editor",
|
||||
edit: editPage,
|
||||
});
|
Reference in New Issue
Block a user