Get rid of the old tempwidget

print-window-tiddler
Jeremy Ruston 2013-10-26 10:29:40 +01:00
rodzic d1299f05af
commit 76faba2d9f
1 zmienionych plików z 0 dodań i 19 usunięć

Wyświetl plik

@ -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;
})();