fixes UMD url #170

Merged
csilzen merged 1 commits from patch-1 into master 2016-02-05 03:57:39 -08:00

View File

@@ -2,7 +2,7 @@
// See https://github.com/umdjs/umd for reference // See https://github.com/umdjs/umd for reference
// //
// This file uses the following specific UMD implementation: // This file uses the following specific UMD implementation:
// https://github.com/umdjs/umd/blob/master/returnExports.js // https://github.com/umdjs/umd/blob/master/templates/returnExports.js
(function(root, factory) { (function(root, factory) {
if (typeof define === 'function' && define.amd) { if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module. // AMD. Register as an anonymous module.