]> git.saurik.com Git - utf16js.git/commitdiff
Explicitly tell RequireJS we have no dependencies. master
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 27 Dec 2012 06:51:02 +0000 (06:51 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 27 Dec 2012 06:51:02 +0000 (06:51 +0000)
utf16.js

index 310bbfd0604598ea7b3ff496651296a7caad8261..ddaae933016378f56e81624b9f565014a06e8771 100644 (file)
--- a/utf16.js
+++ b/utf16.js
@@ -39,7 +39,7 @@
 
 if (typeof define !== 'function') { var define = require('amdefine')(module) }
 
-define(function(require) {
+define([], function() {
 
 var utf16 = function(string) {
     this.string = string;