2013-09-08 15:57:32 -04:00
|
|
|
// Error
|
|
|
|
|
// -------
|
2013-09-03 23:02:23 -04:00
|
|
|
(function(define) {
|
|
|
|
|
|
|
|
|
|
"use strict";
|
|
|
|
|
|
|
|
|
|
define(function(require, exports) {
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
})(
|
|
|
|
|
typeof define === 'function' && define.amd ? define : function (factory) { factory(require, exports); }
|
|
|
|
|
);
|