mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-27 04:11:55 -08:00
Get rid of the old tempwidget
This commit is contained in:
parent
d1299f05af
commit
76faba2d9f
1 changed files with 0 additions and 19 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue