Skip to content

Commit a1f23f1

Browse files
committed
Fix comment position so it doesn't break header comment
1 parent 87a371b commit a1f23f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/restangular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// https://github.com/umdjs/umd/blob/master/templates/returnExports.js
21
(function (root, factory) {
2+
// https://github.com/umdjs/umd/blob/master/templates/returnExports.js
33
if (typeof define === 'function' && define.amd) {
44
define(['angular', 'lodash'], factory);
55
} else if (typeof module === 'object' && module.exports) {

0 commit comments

Comments
 (0)