Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit db324ae

Browse files
graingertmikesamuel
authored andcommitted
define should be anonymous (#472)
1 parent bc963bb commit db324ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/prettify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ var prettyPrint;
17431743
// function that does not conform to the AMD API.
17441744
var define = win['define'];
17451745
if (typeof define === "function" && define['amd']) {
1746-
define("google-code-prettify", [], function () {
1746+
define([], function () {
17471747
return PR;
17481748
});
17491749
}

0 commit comments

Comments
 (0)