##// 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
Descriptor.js
3 lines | 95 B | application/javascript | JavascriptLexer
define([], function() {
// abstract base type for descriptros
return function() {};
});