Skip to content

Commit

Permalink
Add shim to the parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wilcox committed Jul 13, 2012
1 parent 0d60aaa commit 258d558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ define([
'dojo/parser',
'dojo/promise/instrumenting!report-unhandled-rejections',
//'dojo/promise/instrumenting!report-rejections',
'dojo/domReady!'
'dojo/domReady!',
'./shim'
], function(parser){

var complete = 0;
Expand Down

0 comments on commit 258d558

Please sign in to comment.