##// END OF EJS Templates
fixed format-compile bug while formatting strings with new line symbols....
fixed format-compile bug while formatting strings with new line symbols. added error and completion handlers to Observable ConsoleTraceWriter is now destroyable

File last commit:

r0:6a5387d69bf1 default
r15:d5a3d3ab9fd7 propose cancellat...
Show More
_load.js
11 lines | 243 B | application/javascript | JavascriptLexer
define([], function () {
'use strict';
return {
load: function (id, require, callback) {
require(['dojo/_base/declare'], function (declare) {
callback(declare);
});
}
};
});