##// 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
declare.js
5 lines | 96 B | application/javascript | JavascriptLexer
define([
'./declare/_load!'
], function(declare) {
'use strict';
return declare;
});