From: Jay Freeman (saurik) Date: Thu, 27 Dec 2012 06:51:02 +0000 (+0000) Subject: Explicitly tell RequireJS we have no dependencies. X-Git-Url: https://git.saurik.com/utf16js.git/commitdiff_plain/HEAD Explicitly tell RequireJS we have no dependencies. --- diff --git a/utf16.js b/utf16.js index 310bbfd..ddaae93 100644 --- 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;