mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Get rid of the old tempwidget
This commit is contained in:
parent
d1299f05af
commit
76faba2d9f
@ -1,19 +0,0 @@
|
||||
/*\
|
||||
title: $:/core/modules/new_widgets/tempwidgets.js
|
||||
type: application/javascript
|
||||
module-type: new_widget
|
||||
|
||||
Temporary shim widgets
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
|
||||
/*jslint node: true, browser: true */
|
||||
/*global $tw: false */
|
||||
"use strict";
|
||||
|
||||
var Widget = require("$:/core/modules/new_widgets/widget.js").widget;
|
||||
|
||||
exports["import"] = Widget;
|
||||
|
||||
})();
|
Loading…
Reference in New Issue
Block a user