kopia lustrzana https://github.com/c9/core
Merge pull request +8831 from c9/sanity-test-test-test
make sure nobody ever forgets to add "use this or that"pull/137/head
commit
5702de8d1f
|
@ -1,3 +1,5 @@
|
|||
"use blacklist";
|
||||
|
||||
/**
|
||||
* Bogus plugin. Circularity ftw.
|
||||
*/
|
||||
|
@ -13,8 +15,7 @@ define(function(require, exports, module) {
|
|||
function main(options, imports, register) {
|
||||
var Plugin = imports.Plugin;
|
||||
var ui = imports.ui;
|
||||
imports.
|
||||
|
||||
|
||||
/***** Initialization *****/
|
||||
|
||||
var plugin = new Plugin("Ajax.org", main.consumes);
|
||||
|
@ -59,6 +60,6 @@ define(function(require, exports, module) {
|
|||
//register(null, { "myplugin" : plugin });
|
||||
register(null, { "myplugin" : {
|
||||
myfunc2: myfunc
|
||||
});
|
||||
}});
|
||||
}
|
||||
});
|
|
@ -34,6 +34,7 @@ if (typeof process !== "undefined") {
|
|||
|
||||
define(function(require, exports, module) {
|
||||
"use strict";
|
||||
"use client";
|
||||
|
||||
var EditSession = require("../edit_session").EditSession;
|
||||
var Tokenizer = require("../tokenizer").Tokenizer;
|
||||
|
|
|
@ -34,6 +34,7 @@ if (typeof process !== "undefined") {
|
|||
|
||||
define(function(require, exports, module) {
|
||||
"use strict";
|
||||
"use client";
|
||||
|
||||
var assert = require("../test/assertions");
|
||||
var JavaScriptWorker = require("./javascript_worker").JavaScriptWorker;
|
||||
|
|
Ładowanie…
Reference in New Issue