Skip to content

Commit

Permalink
Merge commit 'rick/t398' into 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
annasob committed May 10, 2011
2 parents 8df6275 + cc98aea commit fd2678e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popcorn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1308,8 +1308,8 @@

Popcorn.forEach( dataSources, function( source ) {

// split the parser and data as parser:file
data = source.split( ":" );
// split the parser and data as parser!file
data = source.split( "!" );

// if no parser is defined for the file, assume "parse" + file extension
if ( data.length === 1 ) {
Expand Down

0 comments on commit fd2678e

Please sign in to comment.