kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Get rid of the old tempwidget
rodzic
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;
|
||||
|
||||
})();
|
Ładowanie…
Reference in New Issue