Skip to content

Commit

Permalink
edge build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewplummer committed Aug 3, 2013
1 parent 115861f commit 04991c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release/sugar-full.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}

function buildClassCheck(klass) {
var fn = (name === 'Array' && array.isArray) || function(obj, cached) {
var fn = (klass === 'Array' && array.isArray) || function(obj, cached) {
return isClass(obj, klass, cached);
};
typeChecks[klass] = fn;
Expand Down
2 changes: 1 addition & 1 deletion release/sugar-full.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/sugar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04991c6

Please sign in to comment.