source: Dev/trunk/src/client/dojo/errors/CancelError.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 272 bytes
Line 
1define(["./create"], function(create){
2        // module:
3        //              dojo/errors/CancelError
4
5        /*=====
6        return function(){
7                // summary:
8                //              Default error if a promise is canceled without a reason.
9        };
10        =====*/
11
12        return create("CancelError", null, null, { dojoType: "cancel" });
13});
Note: See TracBrowser for help on using the repository browser.