Restore statement used by architect_resolver_test.js

pull/137/head
Lennart Kats 2015-08-26 12:17:04 +02:00
rodzic c2e692e0c9
commit 8648a6975e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -11,10 +11,11 @@ define(function(require, exports, module) {
];
main.provides = ["myplugin"];
return main;
function main(options, imports, register) {
var Plugin = imports.Plugin;
var ui = imports.ui;
// Note: the syntax error below is intentional and used by architect_resolver_test.js
imports.
/***** Initialization *****/