Change new_widget to widget

I was avoiding doing this until after the merge.
This commit is contained in:
Jeremy Ruston
2013-11-08 08:47:00 +00:00
parent 3e3a5917b7
commit b7cb1d3391
37 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ last dispatched. Each entry is a hashmap containing two fields:
/*global $tw: false */
"use strict";
var widget = require("$:/core/modules/new_widgets/widget.js");
var widget = require("$:/core/modules/widgets/widget.js");
var USER_NAME_TITLE = "$:/status/UserName";