Skip to content

Commit

Permalink
remove error id 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Jul 2, 2014
1 parent 6b9a87b commit 1678d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (typeof document !== 'undefined') {
(function(factory) {

if (typeof define === 'function') {
define('test', factory)
define(factory)
}
else if (typeof require === 'function') {
factory(require, exports)
Expand Down

0 comments on commit 1678d2c

Please sign in to comment.